Click or drag to resize
WebDAVHandler Class
WebDAV handler.
Inheritance Hierarchy
SystemObject
  CMS.WebDAVWebDAVHandler

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public class WebDAVHandler : IHttpHandler

The WebDAVHandler type exposes the following members.

Constructors
  NameDescription
Public methodWebDAVHandler
Top
Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the IHttpHandler instance.
Public propertyStatic memberLogFilePath
Gets file path of WebDAV log file.
Public propertyStatic memberLogLevel
Gets log level.
Top
Methods
  NameDescription
Public methodProcessRequest
Processes WebDAV request.
Top
See Also