HttpCompletionOption

HttpCompletionOption enum

Indicates when an HttpClient operation should be completed.

enum class HttpCompletionOption

Values

NameValueDescription
ResponseContentRead0The operation should be complete after reading response content.
ResponseHeadersRead1The operation should be complete after reading headers of a response.

See Also