The properties of the IResponse interface are listed below. For a complete list of IResponse interface members, see the IResponse Members topic.
ContentEncoding | Sets the HTTP character set of the output stream. |
ContentLength | Sets the content length of the output stream. |
ContentType | Sets the HTTP MIME type of the output stream. |
OutputStream | Enables binary output to the outgoing HTTP content body. |
StatusCode | Gets or sets the HTTP status code of the output returned to the client. |
StatusDescription | Sets the HTTP status string of the output returned to the client. |
IResponse Interface | ITHit.WebDAV.Server Namespace