SendReceiveOptions Constructor (DataSerializer, ListDataProcessor, DictionaryString, String) |
Namespace:
NetworkCommsDotNet
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic SendReceiveOptions(
DataSerializer serializer,
List<DataProcessor> dataProcessors,
Dictionary<string, string> options
)
Parameters
- serializer
- Type: NetworkCommsDotNet.DPSBaseDataSerializer
- dataProcessors
- Type: System.Collections.GenericListDataProcessor
- options
- Type: System.Collections.GenericDictionaryString, String
See Also