Starts this
WebDavServer and returns once it has
been started successfully.
Namespace: WebDAVSharp.ServerAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This WebDAVServer instance is already running, call to Start is invalid at this point |
ObjectDisposedException | This WebDavServer instance has been disposed of. |
InvalidOperationException | The server is already running. |
See Also