ClientBase.IsServerConnected Property

Furcadia Framework

ClientBaseIsServerConnected Property

Furcadia Framework For Third Party Programs
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 42
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

Reference