Contains options and flags for sending and receiving data such as serialisation method, data processors, encryption etc.
Several static constructors are provided to help create SendReceiveOptions in the most common formats.
Inheritance Hierarchy
NetworkCommsDotNet SendReceiveOptions
NetworkCommsDotNet SendReceiveOptions T_DS, T_DP1, T_DP2, T_DP3, T_DP4, T_DP5, T_DP6
Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public class SendReceiveOptions<T_DS, T_DP1, T_DP2, T_DP3, T_DP4, T_DP5, T_DP6> : SendReceiveOptions where T_DS : DataSerializer where T_DP1 : DataProcessor where T_DP2 : DataProcessor where T_DP3 : DataProcessor where T_DP4 : DataProcessor where T_DP5 : DataProcessor where T_DP6 : DataProcessor
Type Parameters
- T_DS
- The type of DataSerializer to use
- T_DP1
- The type of the first DataProcessor to use
- T_DP2
- The type of the second DataProcessor to use
- T_DP3
- The type of the third DataProcessor to use
- T_DP4
- The type of the fourth DataProcessor to use
- T_DP5
- The type of the fifth DataProcessor to use
- T_DP6
- The type of the sixth DataProcessor to use
See Also