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.
The request could not be completed due to a conflict with the current state of the resource.
The request has been fulfilled and resulted in a new resource being created.
The method could not be performed on the resource because the requested action depended
on another action and that action failed.
The server understood the request, but is refusing to fulfill it.
The method could not be performed on the resource because the server is unable to store the
representation needed to successfully complete the request.
The source or destination resource of a method is locked.
The method specified in the Request-Line is not allowed for the resource identified
by the Request-URI.
This status code provides status for multiple independent operations.
The server has fulfilled the request but does not need to return an entity-body,
and might want to return updated metainformation.
The server has not found anything matching the Request-URI.
The server does not support the functionality required to fulfill the request.
The request has succeeded.
The server has fulfilled the partial GET request for the resource.
The precondition given in one or more of the request-header fields evaluated to
false when it was tested on the server.
The request requires user authentication.
Indicates whether the current HttpStatus structure is equal to
another HttpStatus structure.
Returns true if status is successful for Copy or Move operation.
Returns true if status is successful for Create operation.
Returns true if status is successful for Delete operation.
Returns true if status is successful for Get operation.
Returns true if status is successful for Head operation.
Returns true if status is successful.
Returns true if status is successful for Put operation.
Returns true if status is successful.
Returns true if status is successful for Unlock operation.
Returns true if status is successful for Proppatch operation.
Parameters:
oHttpStatus HttpStatus object to compare.
Returns:
true if the current object is equal to the other parameter; otherwise, false.
Boolean IsCopyMoveOk()
Returns:
Returns true if status is successful for Copy or Move operation.
Boolean IsCreateOk()
Returns:
Returns true if status is successful for Create operation.
Boolean IsDeleteOk()
Returns:
Returns true if status is successful for Delete operation.
Boolean IsGetOk()
Returns:
Returns true if status is successful for Get operation.
Boolean IsHeadOk()
Returns:
Returns true if status is successful for Head operation.
Boolean IsOk()
Returns:
Returns true if status is successful.
Boolean IsPutOk()
Returns:
Returns true if status is successful for Put operation.
Boolean IsSuccess()
Returns:
Returns true if status is successful.
Boolean IsUnlockOk()
Returns:
Returns true if status is successful for Unlock operation.
Boolean IsUpdateOk()
Returns:
Returns true if status is successful for Proppatch operation.