Request.CreateResponse method

 
Microsoft Office Live Communications Server 2005 with SP1

Request.CreateResponse ()

The CreateResponse method creates a Response object for this specific Request.

[C#]public Response CreateResponse();
[Visual Basic .NET]Public Function CreateResponse() As Response

Parameters

This method has no parameters.

Return Values

Returns a Response object for this specific request.

Remarks

A Response object contains a specific status code that will be sent to the client transaction, indicating the status of the request.

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Request, Request.CreateResponse(Int32), Response

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