ParseServerArgs.ServerConnectedPhase Property

FFF3PP

ParseServerArgsServerConnectedPhase Property

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

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

[Missing <summary> documentation for "P:Furcadia.Net.ParseServerArgs.ServerConnectedPhase"]

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

Dim instance As ParseServerArgs
Dim value As ConnectionPhase

value = instance.ServerConnectedPhase
public:
property ConnectionPhase ServerConnectedPhase {
	ConnectionPhase get ();
}
member ServerConnectedPhase : ConnectionPhase with get

Property Value

Type: ConnectionPhase
See Also