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

The PlayerInfoBeingCreatedEventArgs type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Cancel
IP
IP Address from which player has connected. May be null if adding an unrecognized/offline player.
IsUnrecognized
Whether new player is unrecognized.
Name
Name of the new player for whom PlayerInfo is being created.
StartingRank
Rank to assign to the new player. Defaults to RankManager.DefaultRank.

See Also