NetClientEventArgs.ConnectPhase Property

FFF3PP

NetClientEventArgsConnectPhase Property

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

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

Status of the Furcadia Client Connection

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

Dim instance As NetClientEventArgs
Dim value As ConnectionPhase

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

Property Value

Type: ConnectionPhase
See Also