Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 725 Bytes

httpcompletionoption.md

File metadata and controls

29 lines (19 loc) · 725 Bytes
-api-id -api-type
T:Windows.Web.Http.HttpCompletionOption
winrt enum

HttpCompletionOption

-description

Indicates whether asynchronous HttpClient operations are considered completed when all of the response is read, or when just the headers are read.

-enum-fields

-field ResponseContentRead:0

The operation should complete after reading the entire response including the content.

This is the default value.

-field ResponseHeadersRead:1

The operation should complete as soon as a response is available and headers are read. The content is not read yet.

-remarks

-examples

-see-also