PreconditionFailedResponse Class

IT Hit WebDAV for .NET

The precondition given by the WebDAV client evaluated to false when it was tested on the server.

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

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

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

Usually you will return this response from the RefreshLock and Unlock methods when the lock token included in the parameters was not enforceable on the hierarchy item.

Requirements

Namespace: ITHit.WebDAV.Server.Response

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

See Also

PreconditionFailedResponse Members | ITHit.WebDAV.Server.Response Namespace