LumiSoft Mail Server User API
SendResponse Method (response)
Namespaces > LumiSoft.Net.SIP > SIP_ServerTransaction > SendResponse(SIP_Response)
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.
Syntax
C#Visual BasicManaged C++
public void SendResponse (
	SIP_Response response
)
Public Sub SendResponse ( _
	response As SIP_Response _
)
public:
void SendResponse (
	SIP_Response^ response
)
Parameters
response (SIP_Response)
SIP response to send.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)