INTERFACE IHttpListenerResponse

Defines the contract for an HTTP listener response.

Properties

OutputStream

(Stream) : Gets the output stream for writing the response body.

ContentType

(string?) { get; set }: Gets or sets the content type of the response.

ContentLength64

(long) { get; set }: Gets or sets the length of the content to be sent.