Furcadia Framework For Third Party Programs
ClientBaseIsServerConnected Property |
[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: BooleanSee Also