C# Class SIPSorcery.SIP.App.AppServerDispatcher.AppServerEntry

显示文件 Open project: sipsorcery/sipsorcery

Public Properties

Property Type Description
AppServerURI SIPSorcery.SIP.SIPURI
HasFailed bool
Priority int

Public Methods

Method Description
AppServerEntry ( int priority, SIPURI appServerURI ) : System

Method Details

AppServerEntry() public method

public AppServerEntry ( int priority, SIPURI appServerURI ) : System
priority int
appServerURI SIPSorcery.SIP.SIPURI
return System

Property Details

AppServerURI public_oe property

public SIPURI,SIPSorcery.SIP AppServerURI
return SIPSorcery.SIP.SIPURI

HasFailed public_oe property

public bool HasFailed
return bool

Priority public_oe property

public int Priority
return int