Click or drag to resize
IResponse Properties

The IResponse type exposes the following members.

Properties
  NameDescription
Public propertyContentEncoding
Gets or sets the encoding used in the response.
Public propertyContentLength
Gets or sets the length of the content to send back to the user.
Public propertyCookies
Gets the cookies to set on the response.
Public propertyMimeType
Gets or sets the mime type to associate with the content.
Public propertyOutputStream
Gets the stream that can be used to send data to the browser.
Public propertyStatusCode
Gets or sets the HTTP status code to send back to the user.
Top
See Also