Request.Method property
| Microsoft Office Live Communications Server 2005 with SP1 |
Request.Method
The Method property contains the SIP method for this message, represented as a string.
[C#]
public String Method {get;}
[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 Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
| What did you think of this topic? |
| © 2008 Microsoft Corporation. All rights reserved. |