Request.StandardMethodType

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Request.StandardMethodType

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

Syntax

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 Office Communications Server 2007 R2.

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

Request Sip Class