Name |
Description |
HttpEntity |
|
HttpEntityFile |
|
OperationResult |
|
OperationResult.BadRequest |
|
OperationResult.Created |
Represents a "201 Created" response. |
OperationResult.Forbidden |
|
OperationResult.Found |
Represents a 302 Found response: the requested resource resides temporarily under a different URI. |
OperationResult.Gone |
|
OperationResult.InternalServerError |
|
OperationResult.MethodNotAllowed |
|
OperationResult.Modified |
|
OperationResult.MovedPermanently |
|
OperationResult.MovedTemporarily |
|
OperationResult.MultipleRepresentations |
Represents a 300 Multiple representations response. |
OperationResult.NoContent |
Represents a "204 No content" response. |
OperationResult.NotFound |
|
OperationResult.NotModified |
|
OperationResult.OK |
Represents a "200 OK" response. |
OperationResult.RequestMediaTypeUnsupported |
The request media type (described by the Content-Type header in the request) could not be understood by the server. This will trigger a 415 error code. |
OperationResult.ResponseMediaTypeUnsupported |
The resource represented by the request could not be returned in any format the client declared supporting through the Accept header. |
OperationResult.SeeOther |
Represents a 303 See other response: the response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource. |
OperationResult.Unauthorized |
|
UriExtensions |
|