C# 클래스 SIPSorcery.Servers.SIPCallDispatcherFile

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
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