|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Strongly typed REST client template with automatic JSON serialization and deserialization. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/SmartPointer.h"#include "System/Collections/Generic/List.h"#include "System/Net/Http/HttpClient.h"#include "System/Text/Json/JsonSerializer.h"#include "System/Convert.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Net::Http::RestClient< TResource > |
| Strongly-typed REST client template with automated C++ structure JSON serialization/deserialization. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Net |
| namespace | DotNetDupe::System::Net::Http |
Strongly typed REST client template with automatic JSON serialization and deserialization.
Definition in file RestClient.h.