IServer.ConnectError Property

AdiIRC API v2

IServerConnectError Property

Returns whether the last connection attempt failed on the IServer.

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

Property Value

Type: Boolean
See Also