WebDavServer Start Method WebDAV#
Starts this WebDavServer and returns once it has been started successfully.

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