Namespace: ITHit.WebDAV.Server
The DavStatus type exposes the following members.
Name | Description | |
---|---|---|
Code |
HTTP status code.
| |
Description |
Status description.
| |
HttpString |
Formats status as HTTP string.
|
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
Equals(DavStatus) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Equality operator.
| |
Inequality |
Unequality operator.
|
Name | Description | |
---|---|---|
BAD_REQUEST |
The request could not be understood by the server due to malformed syntax.
| |
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.
| |
FAILED_DEPENDENCY |
This status code means that the method could
not be performed on the resource because the requested action
depended on another action and that action failed. For example, if a
command in a PROPPATCH method fails, then, at minimum, the rest of
the commands will also fail with 424 (Failed Dependency).
| |
FORBIDDEN |
The server understood the request, but is refusing to fulfill it.
| |
FOUND |
The requested resource resides temporarily under a different URI.
| |
INSUFFICIENT_STORAGE |
The 507 (Insufficient Storage) status code means the method could not
be performed on the resource because the server is unable to store
the representation needed to successfully complete the request.
| |
INTERNAL_ERROR |
The server encountered an unexpected condition which prevented it from fulfilling the request.
| |
LOCKED |
This status code means the source or destination resource
of a method is locked.
| |
MOVED_PERMANENTLY |
The requested resource resides permanently under a different URI.
| |
MULTISTATUS |
The 207 (Multi-Status) status code provides status for multiple
independent operations.
| |
NO_CONTENT |
The server has fulfilled the request but does not need to return an entity-body, and might want to return
updated metainformation.
| |
NOT_ALLOWED |
The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
| |
NOT_FOUND |
The server has not found anything matching the Request-URI.
| |
NOT_IMPLEMENTED |
The server does not support the functionality required to fulfill the request. This is the appropriate
response when the server does not recognize the request method and is not capable of supporting it for any
resource.
| |
NOT_MODIFIED |
If the client has performed a conditional GET request and access is allowed, but the document has not been
modified, the server SHOULD respond with this status code.
| |
OK |
Successful result.
| |
PARTIAL_CONTENT |
The server has fulfilled the partial GET request for the resource.
| |
PRECONDITION_FAILED |
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.
| |
UNSUPPORTED_MEDIA_TYPE |
The server is refusing to service the request because the entity of the request is in a format not
supported by the requested resource for the requested method.
|