TcpNetworkClientIsConnected Property |
Returns true if socket is connected to endpoint, otherwise false.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
public:
property bool IsConnected {
bool get ();
}
member IsConnected : bool with get
Property Value
Type:
Boolean
true if this instance is connected, false if not.
See Also