LumiSoft Mail Server User API
CreateResponse Method (responseCode)
Namespaces > LumiSoft.Net.SIP > SIP_Request > CreateResponse(String)
Creates response to this request.
Syntax
C#Visual BasicManaged C++
public SIP_Response CreateResponse (
	string responseCode
)
Public Function CreateResponse ( _
	responseCode As String _
) As SIP_Response
public:
SIP_Response^ CreateResponse (
	String^ responseCode
)
Parameters
responseCode (String)
Response code.
Return Value
Returns SIP response with specified code and copy of all original headers from this request.

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