HttpStatus Members

IT Hit WebDAV for .NET

HttpStatus overview

Public Static (Shared) Fields

BadGateway The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
Conflict The request could not be completed due to a conflict with the current state of the resource.
Created The request has been fulfilled and resulted in a new resource being created.
DependencyFailed The method could not be performed on the resource because the requested action depended on another action and that action failed.
Forbidden The server understood the request, but is refusing to fulfill it.
InsufficientStorage The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
Locked The source or destination resource of a method is locked.
MethodNotAllowed The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
MultiStatus This status code provides status for multiple independent operations.
NoContent The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation.
None No status defined.
NotFound The server has not found anything matching the Request-URI.
NotImplemented The server does not support the functionality required to fulfill the request.
OK The request has succeeded.
PartialContent The server has fulfilled the partial GET request for the resource.
PreconditionFailed The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
Unauthorized The request requires user authentication.

Public Static (Shared) Methods

Parse Parses HttpStatus structure from string containing status information.

Public Static (Shared) Operators

Equality Operator The equality operator (==).
Inequality Operator The inequality operator (!=).

Public Instance Constructors

HttpStatus Constructor Initializes a new instance of the HttpStatus structure with code and description specified.

Public Instance Properties

Code Gets the code of the status.
Description Gets the description of the status.

Public Instance Methods

EqualsOverloaded. Indicates whether the current HttpStatus structure is equal to another HttpStatus structure.
GetHashCode Returns the hash code for this instance.

See Also

HttpStatus Class | ITHit.WebDAV.Client Namespace