Ditto 4.0.1
|
Public Member Functions | |
SyncParameters (bool isSyncActive, bool isX509Valid, bool isWebValid, DittoIdentity identity, DittoTransportConfig transportConfig) | |
override bool | Equals (object obj) |
bool | Equals (SyncParameters other) |
override int | GetHashCode () |
SyncParameters | Copy () |
Creates a copy of the config object. More... | |
override string | ToString () |
Static Public Member Functions | |
static bool | operator== (SyncParameters left, SyncParameters right) |
static bool | operator!= (SyncParameters left, SyncParameters right) |
Properties | |
bool | IsSyncActive [get] |
bool | IsX509Valid [get] |
bool | IsWebValid [get] |
DittoIdentity | Identity [get] |
DittoTransportConfig | TransportConfig [get] |
Gets a copy of the transport config data passed in from Ditto. For debugging purposes only. Note that this will differ from the SyncParameters.EffectiveTransportConfig as values are normalized by SyncStateFactory before getting applied in Sync. | |
|
inline |
Creates a copy of the config object.
SyncParameters
instance.