Photon Server API Documentation v5.0RC1

Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
Photon.SocketServer.Runtime.AppContextSettings Class Reference

Public Member Functions

Dictionary< string, string > ToDictionary ()
 

Static Public Member Functions

static AppContextSettings FromDictionary (Dictionary< string, string > d)
 

Static Public Attributes

const string DomainPropertyName = "PhotonApplicationContextSettings"
 

Properties

string UnmanagedLogPath = "" [get, set]
 
string PhotonExeFullDirectory = "" [get, set]
 
string ApplicationRootPath = "" [get, set]
 
string ApplicationPath = "" [get, set]
 
string HwId = "" [get, set]
 

Member Function Documentation

◆ FromDictionary()

static AppContextSettings Photon.SocketServer.Runtime.AppContextSettings.FromDictionary ( Dictionary< string, string >  d)
inlinestatic

◆ ToDictionary()

Dictionary<string, string> Photon.SocketServer.Runtime.AppContextSettings.ToDictionary ( )
inline

Member Data Documentation

◆ DomainPropertyName

const string Photon.SocketServer.Runtime.AppContextSettings.DomainPropertyName = "PhotonApplicationContextSettings"
static

Property Documentation

◆ ApplicationPath

string Photon.SocketServer.Runtime.AppContextSettings.ApplicationPath = ""
getset

◆ ApplicationRootPath

string Photon.SocketServer.Runtime.AppContextSettings.ApplicationRootPath = ""
getset

◆ HwId

string Photon.SocketServer.Runtime.AppContextSettings.HwId = ""
getset

◆ PhotonExeFullDirectory

string Photon.SocketServer.Runtime.AppContextSettings.PhotonExeFullDirectory = ""
getset

◆ UnmanagedLogPath

string Photon.SocketServer.Runtime.AppContextSettings.UnmanagedLogPath = ""
getset