SendReceiveOptions T_DS  ClassNetworkComms.Net Help
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

OnlineSystem Object
  NetworkCommsDotNet SendReceiveOptions
    NetworkCommsDotNet SendReceiveOptions T_DS 

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

public class SendReceiveOptions<T_DS> : SendReceiveOptions 
where T_DS : DataSerializer
Type Parameters

T_DS
The type of DataSerializer to use
See Also