Click or drag to resize

Response Properties

The Response type exposes the following members.

Properties
  NameDescription
Public propertyContentType
Gets or sets the HTTP MIME type of the current response
Public propertyCookies
Gets the response cookie collection
Public propertyExpires
Gets or sets the number of minutes before a page that is cached on the client or proxy expires.
Public propertyIsClientConnected
Gets a value indicating if the client is connected to the server
Public propertyOutputStream
Gets the object that enables binary output to the outgoing HTTP content body
Public propertyStatus
Gets or sets the status value that is returned to the client
Public propertyStatusCode
Gets or sets the HTTP status code of the output that is returned to the client
Public propertyStatusDescription
Gets or sets the HTTP status message of the output that is returned to the client
Top
See Also