Method | Description | |
---|---|---|
Clone ( ) : object |
Create a deep clone of this SendReceiveOptions object.
|
|
OptionsCompatible ( |
Determines whether the supplied SendReceiveOptions is compatible, from a serialization point of view, with this instance Two SendReceiveOptions instances will be compatible if they use the same DPSBase.DataSerializer and the same set of DPSBase.DataProcessors |
|
SendReceiveOptions ( ) : System |
Initializes an empty instance of the SendReceiveOptions class.
|
|
SendReceiveOptions ( DataSerializer serializer, List |
Initializes a new instance of the SendReceiveOptions class with a specified DPSBase.DataSerializer, set of DPSBase.DataProcessors and and other options
|
|
SendReceiveOptions ( string>.Dictionary |
Initializes a new instance of the SendReceiveOptions class providing only options for the DPSBase.DataSerializer and DPSBase.DataProcessors. This constructor should only be used when adding packet handlers for incoming connections
|
public OptionsCompatible ( |
||
options | The |
|
return | bool |
public SendReceiveOptions ( DataSerializer serializer, List |
||
serializer | DataSerializer | The |
dataProcessors | List |
The set of |
options | string>.Dictionary | Allows additional options to be passed to the |
return | System |
public SendReceiveOptions ( string>.Dictionary |
||
options | string>.Dictionary | Allows additional options to be passed to the |
return | System |