PropResponse Class

IT Hit WebDAV for .NET

Represents response for one property in multistatus response.

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

System.Object
   ITHit.WebDAV.Server.Response.PropResponse

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

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 UpdateProperties method using MultipropResponse object.

Requirements

Namespace: ITHit.WebDAV.Server.Response

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

See Also

PropResponse Members | ITHit.WebDAV.Server.Response Namespace