|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Net/WebSockets/WebSocket.h"#include "System/Net/WebSockets/WebSocketException.h"#include "System/ArgumentException.h"#include <openssl/sha.h>#include <openssl/evp.h>#include <array>#include <vector>#include <string>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Net |
| namespace | DotNetDupe::System::Net::WebSockets |
Functions | |
| static void | DotNetDupe::System::Net::WebSockets::BuildWebSocketFrameHeader (uint8_t opcode, size_t len, std::vector< uint8_t > &frame) |