Initializes a new instance of the SendReceiveOptions class. The DataSerializer is passed as a generic parameter and no DataProcessors are used.
Further options can be passed to the DataSerializer as an argument which may be null
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- options
- Type: System.Collections.Generic Dictionary String, String
Additional options to be passed to the DataSerializer
See Also