Request.Method

The Method property contains the SIP method for this message, represented as a string.

Syntax

[C#]

  Copy imageCopy Code
public String Method {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property Method As String

Remarks

The SIP method string will be returned in all capitals, such as "INVITE" or "ACK".

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also