DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
HttpClient.h File Reference

Provides a base class for sending HTTP requests and receiving HTTP responses mirroring .NET HttpClient. More...

Go to the source code of this file.

Classes

class  DotNetDupe::System::Net::Http::HttpClient
 Sends HTTP requests and receives HTTP responses from a resource identified by a URI. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Net
namespace  DotNetDupe::System::Net::Http
namespace  DotNetDupe::System::Net::Sockets

Enumerations

enum class  DotNetDupe::System::Net::Http::HttpCompletionOption { DotNetDupe::System::Net::Http::ResponseContentRead , DotNetDupe::System::Net::Http::ResponseHeadersRead }
 Indicates if HttpClient operations should be considered completed as soon as headers are read, or after buffering the entire response content. More...

Detailed Description

Provides a base class for sending HTTP requests and receiving HTTP responses mirroring .NET HttpClient.

Definition in file HttpClient.h.