WebDavServer Stop Method WebDAV#
Starts this WebDavServer and returns once it has been stopped successfully.

Namespace: WebDAVSharp.Server
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Stop()
Exceptions
ExceptionCondition
InvalidOperationExceptionThis WebDAVServer instance is not running, call to Stop is invalid at this point
ObjectDisposedExceptionThis WebDavServer instance has been disposed of.
InvalidOperationExceptionThe server is not running.
See Also