StandardMethod

The StandardMethod enumeration defines the set of standard SIP method types.

Syntax

  Copy imageCopy Code
public enum StandardMethod

Members

Member

Description

NonStandard

The method is not one of the standard SIP messages enumerated below. This constant can be used to identify custom methods.

Invite

The method is an INVITE method.

Ack

The method is an ACK method.

Bye

The method is a BYE method.

Options

The method is an OPTIONS method.

Register

The method is a REGISTER method.

Subscribe

The method is a SUBSCRIBE method.

Notify

The method is a NOTIFY method.

Message

The method is a MESSAGE method.

Service

The method is a SERVICE method.

Info

The method is an INFO method.

Refer

The method is a REFER method.

Cancel

The method is a CANCEL method.

BENotify

The method is a BENOTIFY method.

NoteNote

BENOTIFY is not a standard SIP message. BENOTIFY ("best effort" notify) enhances server performance by eliminating the response requirement. Otherwise, a BENOTIFY request has the same behavior as NOTIFY. Applications that require NOTIFY support need to implement similar processing for BENOTIFY.