SendReceiveOptions DataProcessors Property NetworkComms.Net Help
Gets the DataProcessors that should be used when sending information. DataProcessors are applied in index order

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

public List<DataProcessor> DataProcessors { get; protected set; }

Property Value

Type: OnlineList DataProcessor 
See Also