C# Class SIPSorcery.SIP.App.SIPPresenceEventSubscription

Inheritance: SIPSorcery.SIP.App.SIPEventSubscription
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddMonitorEvent() public méthode

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.
Résultat bool

GetFullState() public méthode

public GetFullState ( ) : void
Résultat void

GetNotifyBody() public méthode

public GetNotifyBody ( ) : string
Résultat string

NotificationSent() public méthode

public NotificationSent ( ) : void
Résultat void

SIPPresenceEventSubscription() public méthode

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