Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Request.CreateResponse ()
The CreateResponse method creates a Response Sip Class object for this specific Request Sip Class.
Syntax
[C#]
public Response CreateResponse();
Syntax
[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 Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)