You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS and Android HttpListener WebDAV server sample on .NET Standard 2.0 Preview is provided.
ITHit.WebDAV.Server.HttpListener package now supports .NET Standard 2.0 Preview.
Default Engine logging logic changed. If logger path was not specified, the WebDAVLog.txt was created in calling assembly folder (typically \bin\), which caused ASP.NET web server to restart when log file is updated. Now the Engine does not create any log file if log path is not specified.
Web Sockets did not work if WebDAV code is added using 'Add WebDAV Server Implementation' wizard. Now this bug is fixed.