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

Show file 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 property

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

HasFailed public property

public bool HasFailed
return bool

Priority public property

public int Priority
return int