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

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

공개 메소드들

메소드 설명
AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool

Checks and where required adds a presence related monitor event to the list of pending notifications.

GetFullState ( ) : void
GetNotifyBody ( ) : string
NotificationSent ( ) : void
SIPPresenceEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getSipAccountsExternal, SIPAssetGetPropertyByIdDelegate getSipAccountPropertyExternal, SIPAssetCountDelegate getBindingsCount, bool switchboardSIPAccountsOnly ) : System

메소드 상세

AddMonitorEvent() 공개 메소드

Checks and where required adds a presence related monitor event to the list of pending notifications.
public AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
machineEvent SIPMonitorMachineEvent The monitor event that has been received.
리턴 bool

GetFullState() 공개 메소드

public GetFullState ( ) : void
리턴 void

GetNotifyBody() 공개 메소드

public GetNotifyBody ( ) : string
리턴 string

NotificationSent() 공개 메소드

public NotificationSent ( ) : void
리턴 void

SIPPresenceEventSubscription() 공개 메소드

public SIPPresenceEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getSipAccountsExternal, SIPAssetGetPropertyByIdDelegate getSipAccountPropertyExternal, SIPAssetCountDelegate getBindingsCount, bool switchboardSIPAccountsOnly ) : System
log SIPMonitorLogDelegate
sessionID string
resourceURI SIPURI
canonincalResourceURI SIPURI
filter string
subscriptionDialogue SIPDialogue
expiry int
getSipAccountsExternal SIPAssetGetListDelegate
getSipAccountPropertyExternal SIPAssetGetPropertyByIdDelegate
getBindingsCount SIPAssetCountDelegate
switchboardSIPAccountsOnly bool
리턴 System