MultipropResponse Class

IT Hit WebDAV for .NET

Serves as responses container for multiple WebDAV properties.

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

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

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

This class serves as multistatus response for properties. You must return MultipropResponse object from your implementation of the UpdateProperties method. You must include response for each property passed to the UpdateProperties method in parameters. 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

MultipropResponse Members | ITHit.WebDAV.Server.Response Namespace