Request.CreateResponse ()

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Request.CreateResponse ()

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

Syntax

  public Response CreateResponse(); 

Syntax

 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 Communications Server 2007 R2.

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

Request Sip Class

Request.CreateResponse (int32)

Response Sip Class