| IResponse Properties | 
The IResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentEncoding | 
            Gets or sets the encoding used in the response.
              | |
| ContentLength | 
            Gets or sets the length of the content to send back to the user.
              | |
| Cookies | 
            Gets the cookies to set on the response.
              | |
| MimeType | 
            Gets or sets the mime type to associate with the content.
              | |
| OutputStream | 
            Gets the stream that can be used to send data to the browser.
              | |
| StatusCode | 
            Gets or sets the HTTP status code to send back to the user.
              |