开发者

Sphorium WebDAV Server Framework

开发者 https://www.devze.com 2022-12-11 18:16 出处:网络
Does anyone knows how to working with Sphorium开发者_如何学C WebDAV Server Framework? http://sourceforge.net/projects/webdav/There is a sample application on the source-forge site, that implements DAV

Does anyone knows how to working with Sphorium开发者_如何学C WebDAV Server Framework? http://sourceforge.net/projects/webdav/


There is a sample application on the source-forge site, that implements DAV server that is using file system as the repository.

You can use this sample application as the starting point.

Basically you need to create your implementation of WebDAVModule, which is an IHttpModule and add logic for authentication/authorization and processing of requests.

Furthermore you'd need to implement the HTTP methods you're interesting in (depends are you going to create Class 1 or Class 2 server). Each method has it's own base Sphoirum class that has support for delegate based processing of the DAV pipeline.

Again, you can look into the sample application for the reference implementation for all HTTP methods for Class 1 and Class 2 servers.

0

精彩评论

暂无评论...
验证码 换一张
取 消