NotAllowedResponse Class

IT Hit WebDAV for .NET

The invoked operation is not allowed for the hierarchy item.

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

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

[Visual Basic]
Public Class NotAllowedResponse
    Inherits WebDAVResponse
[C#]
public class NotAllowedResponse : 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 when operation invoked for the lock-null item is not allowed.

Requirements

Namespace: ITHit.WebDAV.Server.Response

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

See Also

NotAllowedResponse Members | ITHit.WebDAV.Server.Response Namespace