Whether the client is connected to a server.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public bool IsConnected { get; private set; }
public bool IsConnected { get; private set; }
Public Property IsConnected As Boolean
Get
Private Set
Public Property IsConnected As Boolean
Get
Private Set
public:
property bool IsConnected {
bool get ();
private: void set (bool value);
}
public:
property bool IsConnected {
bool get ();
private: void set (bool value);
}
member IsConnected : bool with get, private set
member IsConnected : bool with get, private set