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

Contains informations about current session.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class LoginInfo
Public NotInheritable Class LoginInfo
public ref class LoginInfo abstract sealed

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Account
Gets player account.
Address
Gets IP address that is currently client connected to.
Player
Gets player name.
PlayerId
Gets player serial.
Shard
Gets shard name.

Inheritance Hierarchy

System..::.Object
  Phoenix..::.LoginInfo

See Also