true if the server is connected to a client.
            
Namespace: RemoteViewing.Vnc.ServerAssembly: 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