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