SendReceiveOptions T_DS, T_DP1, T_DP2, T_DP3, T_DP4, T_DP5  MembersNetworkComms.Net Help
The SendReceiveOptions T_DS, T_DP1, T_DP2, T_DP3, T_DP4, T_DP5  type exposes the following members.
Constructors

  NameDescription
Public methodSendReceiveOptions T_DS, T_DP1, T_DP2, T_DP3, T_DP4, T_DP5 
Initializes a new instance of the SendReceiveOptions class. The DataSerializer and 5 DataProcessors while will be used are passed as generic parameters Further options can be passed to the DataSerializer and DataProcessors as an argument which may be null
Back to Top
Methods

  NameDescription
Public methodClone
Create a deep clone of this SendReceiveOptions object.
(Inherited from SendReceiveOptions.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOptionsCompatible
Determines whether the supplied SendReceiveOptions is compatible, from a serialization point of view, with this instance
(Inherited from SendReceiveOptions.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyDataProcessors
Gets the DataProcessors that should be used when sending information. DataProcessors are applied in index order
(Inherited from SendReceiveOptions.)
Public propertyDataSerializer
Gets the DataSerializer that should be used when sending information
(Inherited from SendReceiveOptions.)
Public propertyIncludePacketConstructionTime
If true any packets sent with this SendReceiveOptions will include the packet creation time in the header.
(Inherited from SendReceiveOptions.)
Public propertyOptions
Gets the options that should be passed to the DataSerializer and DataProcessors on object serialization and deserialization
(Inherited from SendReceiveOptions.)
Public propertyReceiveConfirmationRequired
If true any packets sent with this SendReceiveOptions will be forced to trigger a receive confirmation.
(Inherited from SendReceiveOptions.)
Public propertyReceiveHandlePriority
Incoming packets are handled using a flexible QueueItemPriority (Default - QueueItemPriority.Normal). Reserved internal packet types and packets marked with QueueItemPriority.Highest are not enqueued but handled in real time by the thread handling the incoming data. You are free to specify the queue item priority for packet handlers using this SendReceiveOptions by setting this value as desired. CAUTION: Only use QueueItemPriority.Highest sparingly.
(Inherited from SendReceiveOptions.)
Public propertyUseNestedPacket
If true any packets sent with this SendReceiveOptions will be nested which can be used to obscure the actual packet type.
(Inherited from SendReceiveOptions.)
Back to Top
See Also