ObexWebResponseStatusCode Property

Returns a status code to indicate the outcome of the request.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public ObexStatusCode StatusCode { get; }

Property Value

ObexStatusCode

Remarks

Note, if a error occurs locally then the status code InternalServerError is returned. Therefore that error code could signal local or remote errors.

See Also