Enum SIPMethodsEnum
A list of the different SIP request methods that are supported.
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public enum SIPMethodsEnum
Fields
| Name | Description |
|---|---|
| ACK | |
| BYE | |
| CANCEL | |
| INFO | |
| INVITE | |
| MESSAGE | |
| NONE | |
| NOTIFY | |
| OPTIONS | |
| PING | |
| PRACK | |
| PUBLISH | |
| REFER | |
| REGISTER | |
| SUBSCRIBE | |
| UNKNOWN | |
| UPDATE |