IResponse Properties

IT Hit WebDAV for .NET

The properties of the IResponse interface are listed below. For a complete list of IResponse interface members, see the IResponse Members topic.

Public Instance Properties

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.

See Also

IResponse Interface | ITHit.WebDAV.Server Namespace