SendReceiveOptions T_DS  Constructor (Dictionary String, String )NetworkComms.Net Help
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: 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 
Additional options to be passed to the DataSerializer
See Also