|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Provides a base class for sending HTTP requests and receiving HTTP responses mirroring .NET HttpClient. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/Uri.h"#include "System/SmartPointer.h"#include "System/IO/Stream.h"#include "System/Net/Http/HttpRequestMessage.h"#include "System/Net/Http/HttpResponseMessage.h"#include "System/Net/Http/HttpContent.h"#include "System/Net/Sockets/TcpClient.h"#include "System/Collections/Generic/Dictionary.h"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... | |
Provides a base class for sending HTTP requests and receiving HTTP responses mirroring .NET HttpClient.
Definition in file HttpClient.h.