true if the client is connected to a server.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.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