SendReceiveOptions Constructor (DataSerializer, List DataProcessor , Dictionary String, String )NetworkComms.Net Help
Initializes a new instance of the SendReceiveOptions class with a specified DataSerializer, set of DataProcessors and and other options

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public SendReceiveOptions(
	DataSerializer serializer,
	List<DataProcessor> dataProcessors,
	Dictionary<string, string> options
)

Parameters

serializer
Type: NetworkCommsDotNet.DPSBase DataSerializer
The DataSerializer to use
dataProcessors
Type: OnlineSystem.Collections.Generic List DataProcessor 
The set of DataProcessors to use. The order in the list determines the order the DataProcessors will be applied
options
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Allows additional options to be passed to the DataSerializer and DataProcessors
See Also