C# 클래스 SIPSorcery.SIP.App.AppServerDispatcher

상속: SIPDispatcherJob
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 메소드들

메소드 설명
AppServerDispatcher ( SIPTransport sipTransport, XmlNode configNode ) : System
GetSIPEndPoint ( ) : SIPEndPoint
IsSIPEndPointMonitored ( SIPEndPoint sipEndPoint ) : bool
Start ( ) : void

비공개 메소드들

메소드 설명
CallAnswered ( ISIPClientUserAgent uac, SIPResponse sipResponse ) : void
CallFailed ( ISIPClientUserAgent uac, string errorMessage ) : void
GetActiveAppServer ( ) : AppServerEntry
LogMonitorEvent ( SIPMonitorEvent monitorEvent ) : void

메소드 상세

AppServerDispatcher() 공개 메소드

public AppServerDispatcher ( SIPTransport sipTransport, XmlNode configNode ) : System
sipTransport SIPSorcery.SIP.SIPTransport
configNode System.Xml.XmlNode
리턴 System

GetSIPEndPoint() 공개 메소드

public GetSIPEndPoint ( ) : SIPEndPoint
리턴 SIPSorcery.SIP.SIPEndPoint

IsSIPEndPointMonitored() 공개 메소드

public IsSIPEndPointMonitored ( SIPEndPoint sipEndPoint ) : bool
sipEndPoint SIPSorcery.SIP.SIPEndPoint
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void