|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Context and handler abstractions for WebSockets integrated into the WebAppCore HTTP server pipeline. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/SmartPointer.h"#include "System/Action.h"#include "System/Net/WebSockets/WebSocket.h"#include "WebAppCore/Http/HttpContext.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::WebAppCore::WebSockets::IWebSocketHandler |
| Interface for receiving WebSocket connection lifecycle events and incoming messages. More... | |
| class | DotNetDupe::WebAppCore::WebSockets::WebSocketContext |
| Encapsulates the runtime context of an active WebSocket connection within the WebAppCore server. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::WebAppCore |
| namespace | DotNetDupe::WebAppCore::WebSockets |
Context and handler abstractions for WebSockets integrated into the WebAppCore HTTP server pipeline.
Definition in file WebSocketContext.h.