ObexStatusCode Enumeration |
Namespace:
InTheHand.Net
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax[FlagsAttribute]
public enum ObexStatusCode
Members
| Member name | Value | Description |
---|
| Final | 128 | |
| Continue | 16 | |
| OK | 32 | |
| Created | 33 | |
| Accepted | 34 | |
| NonAuthorativeInformation | 35 | |
| NoContent | 36 | |
| ResetContent | 37 | |
| PartialContent | 38 | |
| MultipleChoices | 48 | |
| MovedPermanently | 49 | |
| MovedTemporarily | 50 | |
| SeeOther | 51 | |
| NotModified | 52 | |
| UseProxy | 53 | |
| BadRequest | 64 | |
| Unauthorized | 65 | |
| PaymentRequired | 66 | |
| Forbidden | 67 | |
| NotFound | 68 | |
| MethodNotAllowed | 69 | |
| NotAcceptable | 70 | |
| ProxyAuthenticationRequired | 71 | |
| RequestTimeout | 72 | |
| Conflict | 73 | |
| Gone | 74 | |
| LengthRequired | 75 | |
| PreconditionFailed | 76 | |
| RequestedEntityTooLarge | 77 | |
| RequestedUrlTooLarge | 78 | |
| UnsupportedMediaType | 79 | |
| InternalServerError | 80 | |
| NotImplemented | 81 | |
| BadGateway | 82 | |
| ServiceUnavailable | 83 | |
| GatewayTimeout | 84 | |
| HttpVersionNotSupported | 85 | |
| DatabaseFull | 96 | |
| DatabaseLocked | 97 | |
See Also