Brecham.Obex — An OBEX library for the .NET Framework

ObexResponseCode Enumeration

OBEX Response PDU codes.

[Visual Basic]
Public Enum ObexResponseCode
    Inherits 
[C#]
public enum ObexResponseCode

Remarks

Defined in OBEX13.pdf, section 3.2.1. Quoted text below is from there.

Members

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.

Requirements

Namespace: Brecham.Obex.Pdus

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

Brecham.Obex.Pdus Namespace