This class implements the core WebDAV server.
Inheritance Hierarchy
Namespace: WebDAVSharp.ServerAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The WebDavProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebDavProperty |
Standard constructor
| |
WebDavProperty(String) |
Constructor for the WebDAVProperty class with "DAV:" as namespace and an empty value
| |
WebDavProperty(String, String) |
Constructor for the WebDAVProperty class with "DAV:" as namespace
| |
WebDavProperty(String, String, String) |
Constructor for the WebDAVProperty class
|
Methods
Name | Description | |
---|---|---|
EmptyString |
This class implements the core WebDAV server.
| |
EndString |
This class implements the core WebDAV server.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StartString |
This class implements the core WebDAV server.
| |
ToString |
This class implements the core WebDAV server.
(Overrides Object ToString .) | |
ToXmlDocumentFragment |
Creates an XmlDocumentFragment from the current WebDAVProperty
| |
ToXmlElement |
reates an XmlElement from the current WebDAVProperty
|
Fields
Name | Description | |
---|---|---|
Name |
This class implements the core WebDAV server.
| |
Namespace |
This class implements the core WebDAV server.
| |
Value |
This class implements the core WebDAV server.
|
See Also