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 WebDavServer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebDavServer |
Initializes a new instance of the WebDavServer class.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from WebDavDisposableBase.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Overrides WebDavDisposableBase Dispose(Boolean).) | |
EnsureNotDisposed |
This method will ensure that the object has not been disposed of through a call
to
Dispose , and if it has, it will throw
ObjectDisposedException (Inherited from WebDavDisposableBase.) | |
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.) | |
Start |
Starts this
WebDavServer and returns once it has
been started successfully.
| |
Stop |
Starts this
WebDavServer and returns once it has
been stopped successfully.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Properties
Name | Description | |
---|---|---|
Listener |
Gets the
IHttpListener that this
WebDavServer uses for
the web server portion.
| |
Store |
Gets the IWebDavStore this WebDavServer is hosting.
|
See Also