OBEX Response PDU codes.
Defined in OBEX13.pdf, section 3.2.1. Quoted text below is from there.
| Member Name | Description |
|---|---|
| Continue | “Continue” |
| Success | “OK, Success” |
| BadRequest | “Bad Request - server couldn’t understand request” |
| Unauthorized | “Unauthorized” |
| Forbidden | “Forbidden - operation is understood but refused” |
| NotFound | “Not Found” |
| MethodNotAllowed | “Method not allowed” |
| NotAcceptable | “Not Acceptable” |
| Conflict | “Conflict” |
| EntityTooLarge | “Requested entity too large” |
| InternalServerError | “Internal Server Error” |
| NotImplemented | “Not Implemented” |
| ServiceUnavailable | “Service Unavailable” |
| PeerUnsupportedService | Locally defined, indicates that the peer didn't confirm support for the requested service in its Connect response. |
Namespace: Brecham.Obex.Pdus
Assembly: Brecham.Obex (in Brecham.Obex.dll)