true to use SSL.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public bool Ssl { get; set; }
public bool Ssl { get; set; }
Public Property Ssl As Boolean
Get
Set
Public Property Ssl As Boolean
Get
Set
public:
property bool Ssl {
bool get ();
void set (bool value);
}
public:
property bool Ssl {
bool get ();
void set (bool value);
}
member Ssl : bool with get, set
member Ssl : bool with get, set