Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates possible request types. Will be passed to derived classes to add extended headers or message body.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration RequestType
'Usage
Dim instance As SipSubscription.RequestType
public enum RequestType
Members
| Member name | Description | |
|---|---|---|
| Subscribe | Subscribe request. | |
| Update | Sends an update on the Subscribe request; this is required for batch subscription. | |
| Unsubscribe | Unsubscribe request. | |
| Refresh | Refresh request. |