The SendReceiveOptions T_DS, T_DP1, T_DP2, T_DP3, T_DP4 type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
DataProcessors |
Gets the DataProcessors that should be used when sending information. DataProcessors are applied in index order
(Inherited from SendReceiveOptions.) | |
DataSerializer |
Gets the DataSerializer that should be used when sending information
(Inherited from SendReceiveOptions.) | |
IncludePacketConstructionTime |
If true any packets sent with this SendReceiveOptions will include the packet creation time in the header.
(Inherited from SendReceiveOptions.) | |
Options |
Gets the options that should be passed to the DataSerializer and DataProcessors on object serialization and deserialization
(Inherited from SendReceiveOptions.) | |
ReceiveConfirmationRequired |
If true any packets sent with this SendReceiveOptions will be forced to trigger a receive confirmation.
(Inherited from SendReceiveOptions.) | |
ReceiveHandlePriority |
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.) | |
UseNestedPacket |
If true any packets sent with this SendReceiveOptions will be nested which can be used to obscure the actual
packet type.
(Inherited from SendReceiveOptions.) |
See Also