Configuration for network transports used to connect with Ditto big peers.
More...
|
|
override bool | Equals (object obj) |
|
bool | Equals (DittoConnect other) |
|
override int | GetHashCode () |
| DittoConnect | Copy () |
| | Creates a deep copy of the config object.
|
|
override string | ToString () |
|
|
static bool | operator== (DittoConnect left, DittoConnect right) |
|
static bool | operator!= (DittoConnect left, DittoConnect right) |
|
|
HashSet< string > | TcpServers [get, set] |
|
HashSet< string > | WebsocketUrls [get, set] |
|
TimeSpan | RetryInterval [get, set] |
Configuration for network transports used to connect with Ditto big peers.
◆ Copy()
| DittoConnect DittoSDK.DittoConnect.Copy |
( |
| ) |
|
|
inline |
Creates a deep copy of the config object.
- Returns
- A new, equivalent
DittoConnect instance.