System::Net::Http::HttpCompletionOption enum
HttpCompletionOption enum
Indicates when an HttpClient operation should be completed.
enum class HttpCompletionOption
Values
Name | Value | Description |
---|---|---|
ResponseContentRead | 0 | The operation should be complete after reading response content. |
ResponseHeadersRead | 1 | The operation should be complete after reading headers of a response. |
See Also
- Namespace System::Net::Http
- Library Aspose.TeX for C++