Initializes a new instance of the SendReceiveOptions class providing only options for the DataSerializer and DataProcessors. This constructor should only be used when adding packet handlers for incoming connections
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
Allows additional options to be passed to the DataSerializer and DataProcessors
See Also