MultistatusResponse Class

IT Hit WebDAV for .NET

Serves as the container for multiple WebDAV responses.

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

System.Object
   ITHit.WebDAV.Server.Response.WebDAVResponse
      ITHit.WebDAV.Server.Response.MultistatusResponse

[Visual Basic]
Public Class MultistatusResponse
    Inherits WebDAVResponse
[C#]
public class MultistatusResponse : 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

You must return MultistatusResponse object if errors occur when you perform WebDAV operation on the hierarchy subtree. You can collect multiple responses using the AddResponses method.

Requirements

Namespace: ITHit.WebDAV.Server.Response

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

See Also

MultistatusResponse Members | ITHit.WebDAV.Server.Response Namespace