![]() | Response Properties |
The Response type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentType |
Gets or sets the HTTP MIME type of the current response
|
![]() | Cookies |
Gets the response cookie collection
|
![]() | Expires |
Gets or sets the number of minutes before a page that is cached on the client or proxy expires.
|
![]() | IsClientConnected |
Gets a value indicating if the client is connected to the server
|
![]() | OutputStream |
Gets the object that enables binary output to the outgoing HTTP content body
|
![]() | Status |
Gets or sets the status value that is returned to the client
|
![]() | StatusCode |
Gets or sets the HTTP status code of the output that is returned to the client
|
![]() | StatusDescription |
Gets or sets the HTTP status message of the output that is returned to the client
|