Sends a SIP response message to the client transaction whose request initiated this server transaction.
The response value must be SIP_ServerTransaction.Request.CreateResponse value.
| C# | Visual Basic | Managed C++ |
public void SendResponse ( SIP_Response response )
Public Sub SendResponse ( _ response As SIP_Response _ )
public: void SendResponse ( SIP_Response^ response )
- response (SIP_Response)
- SIP response to send.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)