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

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

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

Метод Описание
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