IServer.IsConnecting Property

AdiIRC API v2

IServerIsConnecting Property

Returns whether the IServer is connecting.

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

Property Value

Type: Boolean
See Also