Click or drag to resize
TcpNetworkClientIsConnected Property
Returns true if socket is connected to endpoint, otherwise false.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsConnected { get; }

Property Value

Type: Boolean
true if this instance is connected, false if not.
See Also