SendReceiveOptions T_DS, T_DP1, T_DP2, T_DP3, T_DP4, T_DP5, T_DP6  Constructor NetworkComms.Net Help
Initializes a new instance of the SendReceiveOptions class. The DataSerializer and 6 DataProcessors while will be used are passed as generic parameters Further options can be passed to the DataSerializer and DataProcessors 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 and DataProcessors
See Also