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

Afficher le fichier Open project: sipsorcery/sipsorcery

Méthodes publiques

Свойство Type Description
AppServerURI SIPSorcery.SIP.SIPURI
HasFailed bool
Priority int

Méthodes publiques

Méthode Description
AppServerEntry ( int priority, SIPURI appServerURI ) : System

Method Details

AppServerEntry() public méthode

public AppServerEntry ( int priority, SIPURI appServerURI ) : System
priority int
appServerURI SIPSorcery.SIP.SIPURI
Résultat System

Property Details

AppServerURI public_oe property

public SIPURI,SIPSorcery.SIP AppServerURI
Résultat SIPSorcery.SIP.SIPURI

HasFailed public_oe property

public bool HasFailed
Résultat bool

Priority public_oe property

public int Priority
Résultat int