Namespace: ITHit.WebDAV.Client
The HttpStatus type exposes the following members.
Name | Description | |
---|---|---|
HttpStatus |
Initializes a new instance of the HttpStatus structure with
code and description specified.
|
Name | Description | |
---|---|---|
Code |
Gets the code of the status.
| |
Description |
Gets the description of the status.
|
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
Equals(HttpStatus) |
Indicates whether the current HttpStatus structure is equal to
another HttpStatus structure.
| |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Parse |
Parses HttpStatus structure from string containing status information.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
The equality operator (==).
| |
Inequality |
The inequality operator (!=).
|
Name | Description | |
---|---|---|
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.
| |
BadRequest |
The request could not be understood by the server.
| |
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.
| |
Redirect302 |
302 Found redirect.
| |
Unauthorized |
The request requires user authentication.
|