C# Class SIPSorcery.SIPRegistrar.SIPRegistrarState

Retrieves application conifguration settings from App.Config.
Show file Open project: sipsorcery/sipsorcery

Public Properties

Property Type Description
MaximumAccountBindings int
MonitorLoopbackPort int
NATKeepAliveRelaySocket System.Net.IPEndPoint
SIPRegistrarSocketsNode System.Xml.XmlNode
SwitchboardUserAgentPrefix string
ThreadCount int
UserAgentsConfigNode System.Xml.XmlNode
logger log4net.ILog

Private Methods

Method Description
SIPRegistrarState ( ) : System

Property Details

MaximumAccountBindings public static property

public static int MaximumAccountBindings
return int

MonitorLoopbackPort public static property

public static int MonitorLoopbackPort
return int

NATKeepAliveRelaySocket public static property

public static IPEndPoint,System.Net NATKeepAliveRelaySocket
return System.Net.IPEndPoint

SIPRegistrarSocketsNode public static property

public static XmlNode,System.Xml SIPRegistrarSocketsNode
return System.Xml.XmlNode

SwitchboardUserAgentPrefix public static property

public static string SwitchboardUserAgentPrefix
return string

ThreadCount public static property

public static int ThreadCount
return int

UserAgentsConfigNode public static property

public static XmlNode,System.Xml UserAgentsConfigNode
return System.Xml.XmlNode

logger public static property

public static ILog,log4net logger
return log4net.ILog