-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement as OWIN handler #2
Comments
Hello Rik, The development of the WebDAVSharp.Server component is currently on hold. Feel free to make the required changes to the code by yourself. Please let us know if you succeeded with the extension, so we can update the code. Best regards and good luck, Dieter From: Rik [mailto:[email protected]] Hi, Is it possible to implement the server as an OWIN handler? Currently the server is HttpListener based. If you implement it as an OWIN handler, it can be hosted on other platforms as well. Authentication and other modules can then be provided by other OWIN middleware — |
Any news from either side on this OWIN idea? |
Hi, no, nothing yet from our side. Dieter From: springy76 [mailto:[email protected]] Any news from either side on this OWIN thing? — |
It's possible but requires some refactoring (mainly reducing dependencies). |
Hi,
Is it possible to implement the server as an OWIN handler?
Currently the server is HttpListener based. If you implement it as an OWIN handler, it can be hosted on other platforms as well.
Authentication and other modules can then be provided by other OWIN middleware
The text was updated successfully, but these errors were encountered: