Share via


Request.CreateResponse(Int32) method

 
Communications Server 2007 Server SDK Documentation

Request.CreateResponse (Int32)

The CreateResponse method creates a Response object with the supplied status code for this specific Request.

[C#]
public Response CreateResponse(
Int32 statusCode
);
FakePre-14239c15a5174cf9b15e2cb5136ec7b0-c2590971c76f49cabc90d549f9403b6d

Parameters

  • statusCode
    Specifies the appropriate status code for the response.

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(), Response

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