Click or drag to resize
BeforeReceiveCallback Delegate
Callback, called before any packet is parsed or passed on.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void BeforeReceiveCallback(
	Object sender,
	TcpNetworkClient client,
	OffsetBuffer<byte> data,
	ref bool receivePacket
)

Parameters

sender
Type: SystemObject
Source of the event.
client
Type: StreamCoders.NetworkTcpNetworkClient
The client.
data
Type: StreamCodersOffsetBufferByte
The data.
receivePacket
Type: SystemBoolean
[in,out] Message describing the receive.
See Also