My Project
|
Requests a multiplayer server session from a particular build in any of the given preferred regions. More...
Public Attributes | |
BuildAliasParams | BuildAliasParams |
The identifiers of the build alias to use for the request. | |
string | BuildId |
The guid string build ID of the multiplayer server to request. | |
Dictionary< string, string > | CustomTags |
The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
List< string > | InitialPlayers |
Initial list of players (potentially matchmade) allowed to connect to the game. This list is passed to the game server when requested (via GSDK) and can be used to validate players connecting to it. | |
List< string > | PreferredRegions |
The preferred regions to request a multiplayer server from. The Multiplayer Service will iterate through the regions in the specified order and allocate a server from the first one that has servers available. | |
string | SessionCookie |
Data encoded as a string that is passed to the game server when requested. This can be used to to communicate information such as game mode or map through the request flow. | |
string | SessionId |
A guid string session ID created track the multiplayer server session over its life. | |
![]() | |
PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
![]() | |
string | ToJson () |
Requests a multiplayer server session from a particular build in any of the given preferred regions.