ISipSubscriptionProcessor Members
Include Protected Members
Include Inherited Members
Represents the interface that needs to be implemented by users of the SipSubscription class. The reference to this interface needs to be passed to the SipSubscription class instantiation.
The ISipSubscriptionProcessor type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetExtensionHeaders | Put the additional extension headers on extensionHeader to be included in request based on requestType. | |
GetMessageBody | Puts the desired ContentType and messageBody on out params for the given requestType. | |
ProcessErrorResponse | ProcessErrorResponse is invoked, when non-200 response is received from the server. | |
ProcessNotification | SipSubscription invokes this method for every notification. Users should implement the notification message processing and appropriate event raising code here. | |
SubscriptionStateChanged | SipSubscription invokes this method whenever any subscription signaling state changes occur. |
Top