ItemResponse Class

IT Hit WebDAV for .NET

Represents response for one hierarchy item in multistatus response.

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

System.Object
   ITHit.WebDAV.Server.Response.ItemResponse

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

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

Usually you will use this class when you need to return multiple WebDAV responses from your method using MultistatusResponse object.

Requirements

Namespace: ITHit.WebDAV.Server.Response

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

See Also

ItemResponse Members | ITHit.WebDAV.Server.Response Namespace