SendReceiveOptions Constructor (Dictionary String, String )NetworkComms.Net Help
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: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public SendReceiveOptions(
	Dictionary<string, string> options
)

Parameters

options
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Allows additional options to be passed to the DataSerializer and DataProcessors
See Also