Creates response to this request.
| C# | Visual Basic | Managed C++ |
public SIP_Response CreateResponse ( string responseCode )
Public Function CreateResponse ( _ responseCode As String _ ) As SIP_Response
public: SIP_Response^ CreateResponse ( String^ responseCode )
- responseCode (String)
- Response code.
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)