Request.StandardMethodType 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.
Enumeration that contains the standard method types.
public: enum class Request::StandardMethodType
public enum Request.StandardMethodType
Public Enum Request.StandardMethodType
- Inheritance
-
Request.StandardMethodType
Fields
Name | Value | Description |
---|---|---|
NonStandard | 0 | Non standard method |
Invite | 1 | SIP INVITE |
Ack | 2 | SIP ACK |
Bye | 3 | SIP BYE |
Options | 4 | SIP OPTIONS |
Register | 5 | SIP REGISTER |
Subscribe | 6 | SIP SUBSCRIBE |
Notify | 7 | SIP NOTIFY |
Message | 8 | SIP MESSAGE |
Service | 9 | SIP SERVICE |
Info | 10 | SIP INFO |
Refer | 11 | SIP REFER |
BENotify | 12 | SIP BENOTIFY |
Cancel | 13 | SIP CANCEL |