Creates a response to this request.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Function 
CreateResponse 
As 

Response
Visual Basic (usage)
Dim 
instance 
As 

Request
Dim 
returnValue 
As 

Response

returnValue = instance.
CreateResponse()
C#
public 

Response 
CreateResponse()

Remarks

A Response object contains a specific status code that is sent to the client transaction, and it indicates the status of the request.

See also