Ditto 3.0.6
Public Member Functions | Static Public Member Functions | Properties | List of all members
DittoSDK.DittoListen Class Reference

Configuration for network transports used to allow incoming connections from other Ditto peers. More...

Inheritance diagram for DittoSDK.DittoListen:

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]
 

Detailed Description

Configuration for network transports used to allow incoming connections from other Ditto peers.

Member Function Documentation

◆ Copy()

DittoListen DittoSDK.DittoListen.Copy ( )
inline

Creates a deep copy of the config object.

Returns
A new, equivalent DittoListen instance.