C# Class PlayFab.ServerModels.RegisterGameRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Build string
GameMode string
Region Region
ServerHost string
ServerPort string
Tags string>.Dictionary

Property Details

Build public_oe property

Unique identifier of the build running on the Game Server Instance.
public string Build
return string

GameMode public_oe property

Game Mode the Game Server instance is running. Note that this must be defined in the Game Modes tab in the PlayFab Game Manager, along with the Build ID (the same Game Mode can be defined for multiple Build IDs).
public string GameMode
return string

Region public_oe property

Region in which the Game Server Instance is running. For matchmaking using non-AWS region names, set this to any AWS region and use Tags (below) to specify your custom region.
public Region Region
return Region

ServerHost public_oe property

IP address of the Game Server Instance.
public string ServerHost
return string

ServerPort public_oe property

Port number for communication with the Game Server Instance.
public string ServerPort
return string

Tags public_oe property

Tags for the Game Server Instance
public Dictionary Tags
return string>.Dictionary