WebDav Library for .NET?

  • Thread starter Thread starter lucius
  • Start date Start date
L

lucius

I have to work with a WebDAV server, and was wondering what .NET
libraries or sample code exist to do so.

Thanks.
 
Hi Lucius,

For WebDav programming, the main task is to send xml request message(with
some http protocol properties), in .net framework you can use the
HttpWebRequest class to perform such task. Here are some web reference
introducing how to send webdav requests through .net framework
HttpWebRequest class:

#Using .NET and WebDAV to access an Exchange server
http://blog.downtownsoftwarehouse.com/2006/10/26/using-net-and-webdav-to-acc
ess-an-exchange-server/

#How to create an Outlook Calendar folder by using WebDAV in Visual C#
http://support.microsoft.com/kb/313121/en-us

Also, for existing webdav component library, you can have a look at the
following one:

#WebDAV .NET 1.0
http://www.independentsoft.de/webdav/index.html

Some other reference & resource on WebDav are available below:

#WebDAV Resources
http://www.webdav.org/

Hope this helps.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top