IServer.ConnectionSuccess Property

AdiIRC API v2

IServerConnectionSuccess Property

Returns whether the last connect attempt was a success.

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

Property Value

Type: Boolean
See Also