Ditto 1.1.9
Public Member Functions | Static Public Member Functions | Properties | List of all members
DittoSDK.DittoTcpListenConfig Class Reference

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...

Inheritance diagram for DittoSDK.DittoTcpListenConfig:

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]
 

Detailed Description

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.

Member Function Documentation

◆ Copy()

DittoTcpListenConfig DittoSDK.DittoTcpListenConfig.Copy ( )
inline

Creates a deep copy of the config object.

Returns
A new, equivalent DittoHttpListenConfig instance.