Click or drag to resize

IHttpProtocolResponse Properties

The IHttpProtocolResponse type exposes the following members.

Properties
  NameDescription
Public propertyContentEncoding
Gets/Sets the Content Encoding for the response.
Public propertyContentType
Gets/Sets the Content Type for the response.
Public propertyHeaders
Gets the Headers for the response.
Public propertyOutputStream
Gets the output stream.
Public propertyStatusCode
Gets/Sets the HTTP Status Code for the response.
Top
See Also