|
ProxySessionClientConnectPhase Property
|
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 59
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:
ConnectionPhaseSee Also