Click or drag to resize
HTTPResponse Constructor
Overload List
  NameDescription
Public methodHTTPResponse

Creates a HTTP/1.1 response with "200 OK" status.

Public methodHTTPResponse(HTTPResponseHTTPStatus)

Creates a HTTP/1.1 response with the given status and a standard reason phrase.

Public methodHTTPResponse(HTTPResponseHTTPStatus, String)

Creates a HTTP/1.1 response with the given status and reason phrase.

Public methodHTTPResponse(HTTPResponseHTTPStatus, String, String)

Creates a HTTP/1.1 response with the given status, reason phrase and message body data.

Public methodHTTPResponse(HTTPResponseHTTPStatus, String, String, Int32, Int32, HTTPHeaders)

Creates a HTTP response with the given status, reason phrase, message body data, version and headers.

Top
See Also