C# 클래스 SIPSorcery.SIP.App.SIPDialogEventSubscription

상속: SIPSorcery.SIP.App.SIPEventSubscription
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
GetFullState ( ) : void
GetNotifyBody ( ) : string
NotificationSent ( ) : void
SIPDialogEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getDialogues, SIPAssetGetByIdDelegate getDialogue ) : System

비공개 메소드들

메소드 설명
GetStateForEventType ( SIPMonitorMachineEventTypesEnum machineEventType ) : string

메소드 상세

AddMonitorEvent() 공개 메소드

public AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
machineEvent SIPMonitorMachineEvent
리턴 bool

GetFullState() 공개 메소드

public GetFullState ( ) : void
리턴 void

GetNotifyBody() 공개 메소드

public GetNotifyBody ( ) : string
리턴 string

NotificationSent() 공개 메소드

public NotificationSent ( ) : void
리턴 void

SIPDialogEventSubscription() 공개 메소드

public SIPDialogEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getDialogues, SIPAssetGetByIdDelegate getDialogue ) : System
log SIPMonitorLogDelegate
sessionID string
resourceURI SIPURI
canonincalResourceURI SIPURI
filter string
subscriptionDialogue SIPDialogue
expiry int
getDialogues SIPAssetGetListDelegate
getDialogue SIPAssetGetByIdDelegate
리턴 System