ClientBase.IsServerConnected Property

FFF3PP

ClientBaseIsServerConnected Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Proxy is connected, or not.

Namespace:  Furcadia.Net.DirectConnection
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool IsServerConnected { get; }
Public ReadOnly Property IsServerConnected As Boolean
	Get

Dim instance As ClientBase
Dim value As Boolean

value = instance.IsServerConnected
public:
property bool IsServerConnected {
	bool get ();
}
member IsServerConnected : bool with get

Property Value

Type: Boolean
See Also