IServer.IsConnected Property

AdiIRC API v2

IServerIsConnected Property

Returns whether the IServer is connected.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool IsConnected { get; }
ReadOnly Property IsConnected As Boolean
	Get
property bool IsConnected {
	bool get ();
}
abstract IsConnected : bool with get

Property Value

Type: Boolean
See Also