ForbiddenResponse Class

IT Hit WebDAV for .NET

Indicates that server understood the request, but is refusing to fulfill it. Authorization will not help and the request should not be repeated.

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

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

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

Requirements

Namespace: ITHit.WebDAV.Server.Response

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

See Also

ForbiddenResponse Members | ITHit.WebDAV.Server.Response Namespace