Back to product page

CreateResponse method


Creates an empty Response.

Type

Void

Syntax

  • C#
  • VB.NET
Void CreateResponse();

Sub CreateResponse()

Remarks

This method creates an empty response. You can use it to create default response, which you can then change to suit your needs, such as to set StatusCode, returns some Body data, etc. You should call SendResponse when you're ready to deliver it back to the client.

Platforms

Windows