SipSubscription.RequestType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Subscribe | 0 | Subscribe request. |
Update | 1 | Sends an update on the Subscribe request; this is required for batch subscription. |
Unsubscribe | 2 | Unsubscribe request. |
Refresh | 3 | Refresh request. |