Initializes a new instance of the SendReceiveOptions class with a specified DataSerializer, set of DataProcessors and and other options
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- serializer
- Type: NetworkCommsDotNet.DPSBase DataSerializer
The DataSerializer to use
- dataProcessors
- Type: System.Collections.Generic List DataProcessor
The set of DataProcessors to use. The order in the list determines the order the DataProcessors will be applied
- options
- Type: System.Collections.Generic Dictionary String, String
Allows additional options to be passed to the DataSerializer and DataProcessors
See Also