The WebDavServer type exposes the following members.
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.) |
See Also