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

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

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

Метод Описание
ProcessNotifyRequest ( SIPRequest sipRequest ) : void
QueueNotification ( SIPRequest notifyRequest ) : void
SIPNotifyManager ( SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPMonitorLogDelegate logDelegate, SIPAssetGetDelegate getSIPAccount, SIPAssetGetListDelegate getSIPAccountBindings, GetCanonicalDomainDelegate getCanonicalDomain ) : System
Stop ( ) : void

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

Метод Описание
ProcessNewNotifications ( string threadName ) : void

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

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

public ProcessNotifyRequest ( SIPRequest sipRequest ) : void
sipRequest SIPSorcery.SIP.SIPRequest
Результат void

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

public QueueNotification ( SIPRequest notifyRequest ) : void
notifyRequest SIPSorcery.SIP.SIPRequest
Результат void

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

public SIPNotifyManager ( SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPMonitorLogDelegate logDelegate, SIPAssetGetDelegate getSIPAccount, SIPAssetGetListDelegate getSIPAccountBindings, GetCanonicalDomainDelegate getCanonicalDomain ) : System
sipTransport SIPSorcery.SIP.SIPTransport
outboundProxy SIPSorcery.SIP.SIPEndPoint
logDelegate SIPMonitorLogDelegate
getSIPAccount SIPAssetGetDelegate
getSIPAccountBindings SIPAssetGetListDelegate
getCanonicalDomain GetCanonicalDomainDelegate
Результат System

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

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