C# Class SIPSorcery.Servers.SIPNotifyManager

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode Description
ProcessNotifyRequest ( SIPRequest sipRequest ) : void
QueueNotification ( SIPRequest notifyRequest ) : void
SIPNotifyManager ( SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPMonitorLogDelegate logDelegate, SIPAssetGetDelegate getSIPAccount, SIPAssetGetListDelegate getSIPAccountBindings, GetCanonicalDomainDelegate getCanonicalDomain ) : System
Stop ( ) : void

Private Methods

Méthode Description
ProcessNewNotifications ( string threadName ) : void

Method Details

ProcessNotifyRequest() public méthode

public ProcessNotifyRequest ( SIPRequest sipRequest ) : void
sipRequest SIPSorcery.SIP.SIPRequest
Résultat void

QueueNotification() public méthode

public QueueNotification ( SIPRequest notifyRequest ) : void
notifyRequest SIPSorcery.SIP.SIPRequest
Résultat void

SIPNotifyManager() public méthode

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
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void