C# Class PlayFab.ClientModels.StartGameResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file 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 property

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

LobbyID public property

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

Password public property

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

ServerHostname public property

server IP address
public string ServerHostname
return string

ServerPort public property

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

Ticket public property

unique identifier for the server
public string Ticket
return string