Click or drag to resize

OwinDavResponse Class

IT Hit WebDAV Classes Reference
Represents HTTP response for OWIN hosted application.
Inheritance Hierarchy

Namespace: ITHit.WebDAV.Server.Extensibility
Assembly: ITHit.WebDAV.Server.Owin (in ITHit.WebDAV.Server.Owin.dll) Version: 5.6.3502
Syntax
public class OwinDavResponse : DavResponse

The OwinDavResponse type exposes the following members.

Constructors
  NameDescription
Public methodOwinDavResponse
Creates instance of WebDAV OWIN response.
Top
Properties
  NameDescription
Public propertyContentEncoding
Sets the HTTP character set of the output stream.
(Overrides DavResponseContentEncoding.)
Public propertyContentLength
Sets the content length of the output stream.
(Overrides DavResponseContentLength.)
Public propertyContentType
Sets the HTTP MIME type of the output stream.
(Overrides DavResponseContentType.)
Public propertyIsClientConnected
Gets a valus indicating whether client is still connected.
(Overrides DavResponseIsClientConnected.)
Public propertyOutputStream
Enables binary output to the outgoing HTTP content body.
(Overrides DavResponseOutputStream.)
Public propertyStatusCode
Gets or sets the HTTP status code of the output returned to the client.
(Overrides DavResponseStatusCode.)
Public propertyStatusDescription
Sets the HTTP status string of the output returned to the client.
(Overrides DavResponseStatusDescription.)
Top
Methods
  NameDescription
Public methodAddHeader
Adds the specified header and value to the HTTP headers for this response.
(Overrides DavResponseAddHeader(String, String).)
Public methodClear
Clears all content output from the buffer stream.
(Overrides DavResponseClear.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also