Click or drag to resize
TcpNetworkClientOnReceive Event
Is called when a packet has been received.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public event TransportOperationCompleteArgs OnReceive

Value

Type: StreamCoders.NetworkTransportOperationCompleteArgs
Remarks
This event is invoked on the internal callback thread.
See Also