Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WebSocketError.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
3
namespace
System.Net.WebSockets
;
4
5
[TypeForwardedFrom(
"System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
6
public
enum
WebSocketError
7
{
8
Success
,
9
InvalidMessageType
,
10
Faulted
,
11
NativeError
,
12
NotAWebSocket
,
13
UnsupportedVersion
,
14
UnsupportedProtocol
,
15
HeaderError
,
16
ConnectionClosedPrematurely
,
17
InvalidState
18
}
System.Net.WebSockets.WebSocketError
WebSocketError
Definition
WebSocketError.cs:7
System.Net.WebSockets.WebSocketError.UnsupportedVersion
@ UnsupportedVersion
System.Net.WebSockets.WebSocketError.Faulted
@ Faulted
System.Net.WebSockets.WebSocketError.UnsupportedProtocol
@ UnsupportedProtocol
System.Net.WebSockets.WebSocketError.Success
@ Success
System.Net.WebSockets.WebSocketError.NativeError
@ NativeError
System.Net.WebSockets.WebSocketError.HeaderError
@ HeaderError
System.Net.WebSockets.WebSocketError.NotAWebSocket
@ NotAWebSocket
System.Net.WebSockets.WebSocketError.ConnectionClosedPrematurely
@ ConnectionClosedPrematurely
System.Net.WebSockets.WebSocketError.InvalidState
@ InvalidState
System.Net.WebSockets.WebSocketCloseStatus.InvalidMessageType
@ InvalidMessageType
System.Net.WebSockets
Definition
HttpListenerWebSocketContext.cs:5
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Net.WebSockets
System.Net.WebSockets
WebSocketError.cs
Generated by
1.10.0