ProxySession.ClientConnectPhase Property

Furcadia Framework

ProxySessionClientConnectPhase 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.]

Current Connection Phase

Namespace:  Furcadia.Net.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public ConnectionPhase ClientConnectPhase { get; }
Public ReadOnly Property ClientConnectPhase As ConnectionPhase
	Get

Dim instance As ProxySession
Dim value As ConnectionPhase

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

Property Value

Type: ConnectionPhase
See Also

Reference