HttpCompletionOption
HttpCompletionOption
HttpCompletionOption
HttpCompletionOption
Enum
Definition
Indicates whether asynchronous HttpClient operations are considered completed when all of the response is read, or when just the headers are read.
public : enum class HttpCompletionOptionpublic enum HttpCompletionOptionPublic Enum HttpCompletionOption// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ResponseContentRead ResponseContentRead ResponseContentRead ResponseContentRead | The operation should complete after reading the entire response including the content. This is the default value. |
| ResponseHeadersRead ResponseHeadersRead ResponseHeadersRead ResponseHeadersRead | The operation should complete as soon as a response is available and headers are read. The content is not read yet. |