Indiefreaks.Xna.Sessions.SessionManager.CreateWanSession C# (CSharp) Method

CreateWanSession() public abstract method

Creates a wide area network session
it doesn't yet support multiple local players
public abstract CreateWanSession ( int maxPlayers, SessionProperties sessionProperties ) : void
maxPlayers int The total maximum players for this session
sessionProperties SessionProperties The SessionProperties that will be used to find this session on the network. Can be null
return void
        public abstract void CreateWanSession(int maxPlayers, SessionProperties sessionProperties);