Click or drag to resize
TcpNetworkClientOnSend Event
Is called after an asynchronous send operation has completed.

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

Value

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