Share via


Request.Request(String) constructor

 
Communications Server 2007 Server SDK Documentation

Request.Request (String)

The Request constructor creates an instance of a Request object, with a specified SIP method type.

[C#]
public Request(
String method
);
FakePre-0c1f0ca2beba474b8398fb82495777a7-a9e9ef4998fb44138ddec1ba20e7d346

Parameters

  • method
    Specifies the SIP method as a string. The format is the method name in all capitals, such as "INVITE" or "ACK".

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Request Constructors, Request

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.