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

Represents an HTTP entity body and associated content headers. More...

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.

Detailed Description

Represents an HTTP entity body and associated content headers.

Definition in file HttpContent.h.