|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents the web application used to configure the HTTP pipeline and routes mirroring ASP.NET Core WebApplication. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/SmartPointer.h"#include "System/Action.h"#include "System/Func.h"#include "System/IServiceProvider.h"#include "WebAppCore/Http/HttpContext.h"#include "WebAppCore/WebSockets/WebSocketContext.h"#include "System/Collections/Generic/Dictionary.h"#include "System/Collections/Generic/List.h"#include "System/Net/Sockets/TcpListener.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::WebAppCore::Builder::WebApplication |
| Configures HTTP request pipelines, minimalist routing endpoints, WebSockets, and hosts web servers. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::WebAppCore |
| namespace | DotNetDupe::WebAppCore::Builder |
Represents the web application used to configure the HTTP pipeline and routes mirroring ASP.NET Core WebApplication.
Definition in file WebApplication.h.