C# 클래스 SIPSorcery.Servers.NotifierCore

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

공개 메소드들

메소드 설명
AddSubscribeRequest ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest subscribeRequest ) : void
NotifierCore ( SIPMonitorLogDelegate logDelegate, SIPTransport sipTransport, SIPAssetGetDelegate getCustomer, SIPAssetGetListDelegate getDialogues, SIPAssetGetByIdDelegate getDialogue, GetCanonicalDomainDelegate getCanonicalDomain, SIPAssetPersistor sipAssetPersistor, SIPAssetCountDelegate getBindingsCount, SIPAuthenticateRequestDelegate sipRequestAuthenticator, SIPEndPoint outboundProxy, ISIPMonitorPublisher publisher ) : NUnit.Framework
Stop ( ) : void

비공개 메소드들

메소드 설명
FireProxyLogEvent ( SIPMonitorEvent monitorEvent ) : void
ProcessSubscribeRequest ( string threadName ) : void
Subscribe ( SIPTransaction subscribeTransaction ) : void

메소드 상세

AddSubscribeRequest() 공개 메소드

public AddSubscribeRequest ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPRequest subscribeRequest ) : void
localSIPEndPoint SIPSorcery.SIP.SIPEndPoint
remoteEndPoint SIPSorcery.SIP.SIPEndPoint
subscribeRequest SIPSorcery.SIP.SIPRequest
리턴 void

NotifierCore() 공개 메소드

public NotifierCore ( SIPMonitorLogDelegate logDelegate, SIPTransport sipTransport, SIPAssetGetDelegate getCustomer, SIPAssetGetListDelegate getDialogues, SIPAssetGetByIdDelegate getDialogue, GetCanonicalDomainDelegate getCanonicalDomain, SIPAssetPersistor sipAssetPersistor, SIPAssetCountDelegate getBindingsCount, SIPAuthenticateRequestDelegate sipRequestAuthenticator, SIPEndPoint outboundProxy, ISIPMonitorPublisher publisher ) : NUnit.Framework
logDelegate SIPMonitorLogDelegate
sipTransport SIPSorcery.SIP.SIPTransport
getCustomer SIPAssetGetDelegate
getDialogues SIPAssetGetListDelegate
getDialogue SIPAssetGetByIdDelegate
getCanonicalDomain GetCanonicalDomainDelegate
sipAssetPersistor SIPAssetPersistor
getBindingsCount SIPAssetCountDelegate
sipRequestAuthenticator SIPAuthenticateRequestDelegate
outboundProxy SIPSorcery.SIP.SIPEndPoint
publisher ISIPMonitorPublisher
리턴 NUnit.Framework

Stop() 공개 메소드

public Stop ( ) : void
리턴 void