Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WebSocketCloseStatus.cs
Go to the documentation of this file.
1
namespace
System.Net.WebSockets
;
2
3
public
enum
WebSocketCloseStatus
4
{
5
NormalClosure
= 1000,
6
EndpointUnavailable
= 1001,
7
ProtocolError
= 1002,
8
InvalidMessageType
= 1003,
9
Empty
= 1005,
10
InvalidPayloadData
= 1007,
11
PolicyViolation
= 1008,
12
MessageTooBig
= 1009,
13
MandatoryExtension
= 1010,
14
InternalServerError
= 1011
15
}
System.Empty
Definition
Empty.cs:4
System.Net.WebSockets.WebSocketCloseStatus
WebSocketCloseStatus
Definition
WebSocketCloseStatus.cs:4
System.Net.WebSockets.WebSocketCloseStatus.InvalidMessageType
@ InvalidMessageType
System.Net.WebSockets.WebSocketCloseStatus.MessageTooBig
@ MessageTooBig
System.Net.WebSockets.WebSocketCloseStatus.InvalidPayloadData
@ InvalidPayloadData
System.Net.WebSockets.WebSocketCloseStatus.PolicyViolation
@ PolicyViolation
System.Net.WebSockets.WebSocketCloseStatus.MandatoryExtension
@ MandatoryExtension
System.Net.WebSockets.WebSocketCloseStatus.ProtocolError
@ ProtocolError
System.Net.WebSockets.WebSocketCloseStatus.NormalClosure
@ NormalClosure
System.Net.WebSockets.WebSocketCloseStatus.InternalServerError
@ InternalServerError
System.Net.WebSockets.WebSocketCloseStatus.EndpointUnavailable
@ EndpointUnavailable
System.Net.WebSockets
Definition
HttpListenerWebSocketContext.cs:5
source
System.Net.WebSockets
System.Net.WebSockets
WebSocketCloseStatus.cs
Generated by
1.10.0