| 
            
              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 59
Syntaxpublic 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