Ditto 1.1.8
|
Configuration for less common data sync scenarios. Please read the documentation on the Ditto website for examples. Incorrect use of Listen
can result in insecure configurations.
More...
Public Member Functions | |
override bool | Equals (object obj) |
bool | Equals (DittoTcpListenConfig other) |
override int | GetHashCode () |
DittoTcpListenConfig | Copy () |
Creates a deep copy of the config object. More... | |
override string | ToString () |
Static Public Member Functions | |
static bool | operator== (DittoTcpListenConfig left, DittoTcpListenConfig right) |
static bool | operator!= (DittoTcpListenConfig left, DittoTcpListenConfig right) |
Properties | |
bool | Enabled [get, set] |
string | InterfaceIp = "[::]" [get, set] |
ushort | Port = 4040 [get, set] |
Configuration for less common data sync scenarios. Please read the documentation on the Ditto website for examples. Incorrect use of Listen
can result in insecure configurations.
|
inline |
Creates a deep copy of the config object.
DittoHttpListenConfig
instance.