Photon Server API Documentation v5.0RC1

Classes | Properties | List of all members
Photon.SocketServer.Configuration.PhotonSettings Class Reference

Classes

class  LimitSettings
 

Properties

static PhotonSettings Default = ApplicationBase.GetConfigSectionAndValidate<PhotonSettings>("Photon:SocketServer") [get]
 
bool UseLogGuard = true [get, set]
 
string SecurityProtocol = "Tls12|Tls13" [get, set]
 
string Protocols = "GpBinaryV16, GpBinaryV18, Json" [get, set]
 
S2SConfig S2S = new S2SConfig() [get]
 
LimitSettings Limits = new LimitSettings() [get, set]
 

Property Documentation

◆ Default

PhotonSettings Photon.SocketServer.Configuration.PhotonSettings.Default = ApplicationBase.GetConfigSectionAndValidate<PhotonSettings>("Photon:SocketServer")
staticget

◆ Limits

LimitSettings Photon.SocketServer.Configuration.PhotonSettings.Limits = new LimitSettings()
getset

◆ Protocols

string Photon.SocketServer.Configuration.PhotonSettings.Protocols = "GpBinaryV16, GpBinaryV18, Json"
getset

◆ S2S

S2SConfig Photon.SocketServer.Configuration.PhotonSettings.S2S = new S2SConfig()
get

◆ SecurityProtocol

string Photon.SocketServer.Configuration.PhotonSettings.SecurityProtocol = "Tls12|Tls13"
getset

◆ UseLogGuard

bool Photon.SocketServer.Configuration.PhotonSettings.UseLogGuard = true
getset