C# Class PlayFab.ClientModels.RegionInfo

Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Available bool
Name string
PingUrl string
Region Region?

Property Details

Available public_oe property

indicates whether the server specified is available in this region
public bool Available
return bool

Name public_oe property

name of the region
public string Name
return string

PingUrl public_oe property

url to ping to get roundtrip time
public string PingUrl
return string

Region public_oe property

unique identifier for the region
public Region? Region
return Region?