P_Furcadia_Net_ParseServerArgs_ServerConnectedPhase - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Net
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public ConnectionPhase ServerConnectedPhase { get; }
VB
Public ReadOnly Property ServerConnectedPhase As ConnectionPhase
Get
VB Usage
Dim instance As ParseServerArgs
Dim value As ConnectionPhase
value = instance.ServerConnectedPhase
C++
public:
property ConnectionPhase ServerConnectedPhase {
ConnectionPhase get ();
}
F#
member ServerConnectedPhase : ConnectionPhase with get
Type: ConnectionPhase