PhotonWire.Server.Configuration - neuecc/PhotonWire GitHub Wiki

ConnectionElement

public class PhotonWire.Server.Configuration.ConnectionElement
    : ConfigurationElement

Properties

Type Name Summary
String ApplicationName
String IPAddress
Int32 Port

ConnectionElementCollection

public class PhotonWire.Server.Configuration.ConnectionElementCollection
    : ConfigurationElementCollection, ICollection, IEnumerable, IEnumerable<ConnectionElement>

Methods

Type Name Summary
ConfigurationElement CreateNewElement()
Object GetElementKey(ConfigurationElement element)

PhotonWireConfigurationSection

public class PhotonWire.Server.Configuration.PhotonWireConfigurationSection
    : ConfigurationSection

Properties

Type Name Summary
ConnectionElementCollection Connections

Methods

Type Name Summary
IEnumerable<ConnectionElement> GetConnectionList()

Static Methods

Type Name Summary
PhotonWireConfigurationSection GetSection()