AccessDeniedResponse Class

IT Hit WebDAV for .NET

Not enough permissions.

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

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

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

Indicates that operation has failed because client does not have enough permissions to perform this operation.

Requirements

Namespace: ITHit.WebDAV.Server.Response

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

See Also

AccessDeniedResponse Members | ITHit.WebDAV.Server.Response Namespace