Share via


Request.CreateResponse method

 
Communications Server 2007 Server SDK Documentation

Request.CreateResponse ()

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

[C#]
public Response CreateResponse();
FakePre-ea2add53e45e4817a986dbcff31f4211-d9c8c56ca5b040ae993deac0945cab00

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 Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Request, Request.CreateResponse(Int32), Response

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