NetworkSession.Create Method
Hosts a new multiplayer session.
| Name | Description |
|---|---|
| NetworkSession.Create (NetworkSessionType, Generic IEnumerable, Int32, Int32, NetworkSessionProperties) | Starts hosting a new multiplayer session. |
| NetworkSession.Create (NetworkSessionType, Int32, Int32) | Starts hosting a new multiplayer session. |
| NetworkSession.Create (NetworkSessionType, Int32, Int32, Int32, NetworkSessionProperties) | Starts hosting a new multiplayer session. |
| Exception type | Condition |
|---|---|
| ArgumentOutOfRangeException | One of the following conditions is true:
|
| InvalidOperationException |
One of the following conditions is true:
|
| ObjectDisposedException | This NetworkSession is disposed. |