Partilhar via


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
Public method GetExtensionHeaders Put the additional extension headers on extensionHeader to be included in request based on requestType.
Public method GetMessageBody Puts the desired ContentType and messageBody on out params for the given requestType.
Public method ProcessErrorResponse ProcessErrorResponse is invoked, when non-200 response is received from the server.
Public method ProcessNotification SipSubscription invokes this method for every notification. Users should implement the notification message processing and appropriate event raising code here.
Public method SubscriptionStateChanged SipSubscription invokes this method whenever any subscription signaling state changes occur.

Top

See Also

Reference

ISipSubscriptionProcessor Interface

Microsoft.Rtc.Signaling Namespace