WebDAVResponse Class

IT Hit WebDAV for .NET

Serves as the base class for HTTP responses send by the WebDAV server.

For a list of all members of this type, see WebDAVResponse Members.

System.Object
   ITHit.WebDAV.Server.Response.WebDAVResponse
      Derived types

[Visual Basic]
Public Class WebDAVResponse
[C#]
public class WebDAVResponse

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The WebDAVResponse class provides the means of informing WebDAV client about the result of the operation. Most WebDAV Server functions return this class. Usually you will return one of the classes derived from WebDAVResponse.

Requirements

Namespace: ITHit.WebDAV.Server.Response

Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll)

See Also

WebDAVResponse Members | ITHit.WebDAV.Server.Response Namespace