Request.Method
Request.Method
The Method property contains the SIP method for this message, represented as a string.
Syntax
[C#]
public String Method {get;}
Syntax
[Visual Basic .NET]
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)