Request.StandardMethod

Request.StandardMethod

The StandardMethod property contains the standard SIP method for this request, represented as a Request.StandardMethodType enumeration.

Syntax

[C#]

public Request.StandardMethodType StandardMethod {get;}

Syntax

[Visual Basic .NET]

Public ReadOnly Property StandardMethod As Request.StandardMethodType

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

Request.StandardMethodType

Request Sip Class