C# Class SIPSorcery.Servers.SIPCallDispatcherFile

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode Description
GetAppServer ( ) : SIPEndPoint
IsAppServerEndPoint ( SIPEndPoint remoteEndPoint ) : bool
LoadAndWatch ( ) : void
SIPCallDispatcherFile ( SIPMonitorLogDelegate sendMonitorEvent, string path ) : System
UpdateAppServerPriority ( SIPEndPoint appServerEndPoint, int priority ) : void

Private Methods

Méthode Description
LoadAppServerEndPoints ( string appServerFileText ) : int>.Dictionary

Method Details

GetAppServer() public méthode

public GetAppServer ( ) : SIPEndPoint
Résultat SIPSorcery.SIP.SIPEndPoint

IsAppServerEndPoint() public méthode

public IsAppServerEndPoint ( SIPEndPoint remoteEndPoint ) : bool
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
Résultat bool

LoadAndWatch() public méthode

public LoadAndWatch ( ) : void
Résultat void

SIPCallDispatcherFile() public méthode

public SIPCallDispatcherFile ( SIPMonitorLogDelegate sendMonitorEvent, string path ) : System
sendMonitorEvent SIPMonitorLogDelegate
path string
Résultat System

UpdateAppServerPriority() public méthode

public UpdateAppServerPriority ( SIPEndPoint appServerEndPoint, int priority ) : void
appServerEndPoint SIPSorcery.SIP.SIPEndPoint
priority int
Résultat void