Ditto 1.1.8
|
Configuration for network transports used to allow incoming connections from other Ditto peers. More...
Public Member Functions | |
override bool | Equals (object obj) |
bool | Equals (DittoListen other) |
override int | GetHashCode () |
DittoListen | Copy () |
Creates a deep copy of the config object. More... | |
override string | ToString () |
Static Public Member Functions | |
static bool | operator== (DittoListen left, DittoListen right) |
static bool | operator!= (DittoListen left, DittoListen right) |
Properties | |
DittoTcpListenConfig | Tcp = new DittoTcpListenConfig() [get, set] |
DittoHttpListenConfig | Http = new DittoHttpListenConfig() [get, set] |
Configuration for network transports used to allow incoming connections from other Ditto peers.
|
inline |
Creates a deep copy of the config object.
DittoListen
instance.