Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MessageOpcode
enum
System.Net.WebSockets.ManagedWebSocket.MessageOpcode
: byte
private
Enumerator
Continuation
Text
Binary
Close
Ping
Pong
Definition at line
28
of file
ManagedWebSocket.cs
.
29
{
30
Continuation
= 0,
31
Text = 1,
32
Binary = 2,
33
Close
= 8,
34
Ping = 9,
35
Pong
= 10
36
}
System.Net.WebSockets.ManagedWebSocket.MessageOpcode.Pong
@ Pong
System.Net.WebSockets.ManagedWebSocket.MessageOpcode.Close
@ Close
System.Net.WebSockets.ManagedWebSocket.MessageOpcode.Continuation
@ Continuation
System
Net
WebSockets
ManagedWebSocket
Generated by
1.10.0