|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Exception thrown when an error occurs during RFC 6455 WebSocket communication or handshakes. More...
Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Net::WebSockets::WebSocketException |
| Represents errors that occur during WebSocket connection operations and message framing. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Net |
| namespace | DotNetDupe::System::Net::WebSockets |
Enumerations | |
| enum class | DotNetDupe::System::Net::WebSockets::WebSocketError { DotNetDupe::System::Net::WebSockets::Success = 0 , DotNetDupe::System::Net::WebSockets::InvalidMessageType = 1 , DotNetDupe::System::Net::WebSockets::Faulted = 2 , DotNetDupe::System::Net::WebSockets::NativeError = 3 , DotNetDupe::System::Net::WebSockets::NotAWebSocket = 4 , DotNetDupe::System::Net::WebSockets::UnsupportedVersion = 5 , DotNetDupe::System::Net::WebSockets::UnsupportedProtocol = 6 , DotNetDupe::System::Net::WebSockets::HeaderError = 7 , DotNetDupe::System::Net::WebSockets::ConnectionClosedPrematurely = 8 , DotNetDupe::System::Net::WebSockets::InvalidState = 9 } |
| Categorizes errors that occur during WebSocket protocol handshakes, framing, or socket I/O. More... | |
Exception thrown when an error occurs during RFC 6455 WebSocket communication or handshakes.
Definition in file WebSocketException.h.