Request.StandardMethodType

The Request.StandardMethodType enumeration defines a list of common SIP methods.

Syntax

  Copy imageCopy Code
public enum Request.StandardMethodType

Members

Member

Description

NonstandardMethod

A nonstandard SIP method (any defined SIP method not listed in this enumeration).

Invite

The SIP INVITE method.

Ack

The SIP ACK method.

Bye

The SIP BYE method.

Options

The SIP OPTIONS method.

Register

The SIP REGISTER method.

Subscribe

The SIP SUBSCRIBE method.

Notify

The SIP NOTIFY method.

Message

The SIP MESSAGE method.

Service

The SIP SERVICE method.

Info

The SIP INFO method.

Refer

The SIP REFER method.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also