|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents an HTTP entity body and associated content headers. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/Array.h"#include "System/SmartPointer.h"#include "System/IO/Stream.h"#include "System/Collections/Generic/Dictionary.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Net::Http::ByteArrayContent |
| Provides HTTP content based on a byte array buffer. More... | |
| class | DotNetDupe::System::Net::Http::HttpContent |
| A base class representing an HTTP entity body and content headers. More... | |
| class | DotNetDupe::System::Net::Http::StreamContent |
| Provides HTTP content based on an underlying stream. More... | |
| class | DotNetDupe::System::Net::Http::StringContent |
| Provides HTTP content based on a string with charset and media type. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Net |
| namespace | DotNetDupe::System::Net::Http |
Typedefs | |
| using | DotNetDupe::System::Net::Http::HttpContentPtr = SmartPointer<HttpContent> |
| Type alias for reference-counted SmartPointer to HttpContent. | |
Represents an HTTP entity body and associated content headers.
Definition in file HttpContent.h.