SipSubscription.RequestType Enum

Definition

Indicates possible request types. Will be passed to derived classes to add extended headers or message body.

public: enum class SipSubscription::RequestType
public enum SipSubscription.RequestType
type SipSubscription.RequestType = 
Public Enum SipSubscription.RequestType
Inheritance
SipSubscription.RequestType

Fields

Refresh 3

Refresh request.

Subscribe 0

Subscribe request.

Unsubscribe 2

Unsubscribe request.

Update 1

Sends an update on the Subscribe request; this is required for batch subscription.

Applies to