|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Net/Http/HttpClient.h"#include "System/Net/Http/HttpRequestException.h"#include "System/Net/Dns.h"#include "System/Net/Sockets/TcpClient.h"#include "System/Net/Sockets/NetworkStream.h"#include "System/Net/Sockets/SocketException.h"#include "System/Net/Security/SslStream.h"#include "System/ArgumentNullException.h"#include "System/ArgumentException.h"#include "System/IO/MemoryStream.h"#include "System/Convert.h"#include <sstream>#include <vector>#include <cctype>#include <cstdlib>#include <cstring>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Net |
| namespace | DotNetDupe::System::Net::Http |
Functions | |
| static std::string | DotNetDupe::System::Net::Http::ReadLine (const SmartPointer< IO::Stream > &stream) |