IServer.IsUsingSsl Property

AdiIRC API v2

IServerIsUsingSsl Property

Get whether IServer is using SSL secure connection.

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

Property Value

Type: Boolean
See Also