Click or drag to resize

DavRequest Properties

IT Hit WebDAV Classes Reference

The DavRequest type exposes the following members.

Properties
  NameDescription
Public propertyApplicationPath
Gets virtual application root path on the server.
Public propertyClientLockTokens
Gets a list of lock tokens submitted by the client.
Public propertyContentEncoding
Gets the character set of the entity-body.
Public propertyContentLength
Specifies the length, in bytes, of content sent by the client.
Public propertyContentType
Gets the MIME content type of the incoming request.
Public propertyHeaders
Gets a collection of HTTP headers.
Public propertyHttpMethod
Gets the HTTP method specified by the client.
Public propertyInputStream
Gets the contents of the incoming HTTP entity body.
Public propertyRawUrl
Gets information about the URL of the current request.
Public propertyUrlPrefix
Gets concatenated request scheme, host and port, like: http://www.ithit.com:8080
Public propertyUserAgent
Gets the User-Agent header.
Top
See Also