CommunicatorBeforeDataSend Field

Performs some action before sending the data throught the communicator. If this procedure throws an exception, it has no effect. The parametr contains data that should be send.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public Action<ByteBuffer> BeforeDataSend

Field Value

ActionByteBuffer

See Also