C# 클래스 SIPSorcery.Servers.SIPNotifyManager

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

공개 메소드들

메소드 설명
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