Click or drag to resize
TcpNetworkClientOnConnected Event
Optional. Is called when a connection is initially established.

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

Value

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