Request.StandardMethod

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

Syntax

[C#]

  Copy imageCopy Code
public Request.StandardMethodType StandardMethod {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
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