C# Class PlayFab.ClientModels.StartGameResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Expires string
LobbyID string
Password string
ServerHostname string
ServerPort int?
Ticket string

Property Details

Expires public_oe property

timestamp for when the server should expire, if applicable
public string Expires
return string

LobbyID public_oe property

unique identifier for the lobby of the server started
public string LobbyID
return string

Password public_oe property

password required to log into the server
public string Password
return string

ServerHostname public_oe property

server IP address
public string ServerHostname
return string

ServerPort public_oe property

port on the server to be used for communication
public int? ServerPort
return int?

Ticket public_oe property

unique identifier for the server
public string Ticket
return string