Enumeration that contains the standard method types.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Enumeration 
StandardMethodType
Visual Basic (usage)
Dim 
instance 
As 

Request.
StandardMethodType
C#
public 
enum 
StandardMethodType

Members

Member name Description
NonStandard Non standard method
Invite SIP INVITE
Ack SIP ACK
Bye SIP BYE
Options SIP OPTIONS
Register SIP REGISTER
Subscribe SIP SUBSCRIBE
Notify SIP NOTIFY
Message SIP MESSAGE
Service SIP SERVICE
Info SIP INFO
Refer SIP REFER
BENotify SIP BENOTIFY
Cancel SIP CANCEL

See also