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

CreateLanSession() public abstract method

Creates a local area network session
it doesn't yet support multiple local players
public abstract CreateLanSession ( 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 CreateLanSession(int maxPlayers, SessionProperties sessionProperties);