Enum HttpResult

Enum Documentation

enum Microsoft::Applications::Events::HttpResult

HTTP request result codes

Values:

enumerator HttpResult_OK

Response has been received successfully, HTTP status code is.

enumerator HttpResult_Aborted

Request has been aborted by the caller.

The server might or might not have already received and processed the request.

enumerator HttpResult_LocalFailure

Local conditions have prevented the request from being sent (invalid request parameters, out of memory, internal error etc.).

enumerator HttpResult_NetworkFailure

Network conditions somewhere between the local machine and the target server have caused the request to fail (connection failed, connection dropped abruptly etc.).