C# Class ServerSettingsData, PlayFabGameServer

Inheritance: View
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
BatchMode string
CopyLogFiles bool
CustomData string
GameBuildVersion string
GameId ulong
GameMode string
IsCustomLogFile bool
LogEntries List
LogFilePath string
OutputFilesDirectory string
PlayFabApiEndpoint string
ServerHostDomain string
ServerHostPort int
ServerHostRegion string
TitleId string
TitleSecretKey string

Property Details

BatchMode public_oe property

public string BatchMode
return string

CopyLogFiles public_oe property

public bool CopyLogFiles
return bool

CustomData public_oe property

public string CustomData
return string

GameBuildVersion public_oe property

public string GameBuildVersion
return string

GameId public_oe property

public ulong GameId
return ulong

GameMode public_oe property

public string GameMode
return string

IsCustomLogFile public_oe property

public bool IsCustomLogFile
return bool

LogEntries public_oe property

public List LogEntries
return List

LogFilePath public_oe property

public string LogFilePath
return string

OutputFilesDirectory public_oe property

public string OutputFilesDirectory
return string

PlayFabApiEndpoint public_oe property

public string PlayFabApiEndpoint
return string

ServerHostDomain public_oe property

public string ServerHostDomain
return string

ServerHostPort public_oe property

public int ServerHostPort
return int

ServerHostRegion public_oe property

public string ServerHostRegion
return string

TitleId public_oe property

public string TitleId
return string

TitleSecretKey public_oe property

public string TitleSecretKey
return string