C# Класс SIPSorcery.Servers.SIPCallDispatcherFile

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAppServer ( ) : SIPEndPoint
IsAppServerEndPoint ( SIPEndPoint remoteEndPoint ) : bool
LoadAndWatch ( ) : void
SIPCallDispatcherFile ( SIPMonitorLogDelegate sendMonitorEvent, string path ) : System
UpdateAppServerPriority ( SIPEndPoint appServerEndPoint, int priority ) : void

Приватные методы

Метод Описание
LoadAppServerEndPoints ( string appServerFileText ) : int>.Dictionary

Описание методов

GetAppServer() публичный Метод

public GetAppServer ( ) : SIPEndPoint
Результат SIPSorcery.SIP.SIPEndPoint

IsAppServerEndPoint() публичный Метод

public IsAppServerEndPoint ( SIPEndPoint remoteEndPoint ) : bool
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
Результат bool

LoadAndWatch() публичный Метод

public LoadAndWatch ( ) : void
Результат void

SIPCallDispatcherFile() публичный Метод

public SIPCallDispatcherFile ( SIPMonitorLogDelegate sendMonitorEvent, string path ) : System
sendMonitorEvent SIPMonitorLogDelegate
path string
Результат System

UpdateAppServerPriority() публичный Метод

public UpdateAppServerPriority ( SIPEndPoint appServerEndPoint, int priority ) : void
appServerEndPoint SIPSorcery.SIP.SIPEndPoint
priority int
Результат void