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.
ServerTransaction.SendResponse
The SendResponse method sends a SIP response message to the client transaction whose request initiated this server transaction.
Syntax
[C#]
public void SendResponse(
Response response
);
Syntax
[Visual Basic .NET]
Public Sub SendResponse( _
ByVal response As Response _
)
Parameters
- response
Specifies a Response Sip Class object that contains the SIP response.
Return Values
This method has no return values.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)