Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WebSocketsSupported

bool System.Net.WebSockets.HttpWebSocket.WebSocketsSupported = Environment.OSVersion.Version >= new Version(6, 2)
staticgetprivate

Definition at line 16 of file HttpWebSocket.cs.

16{ get; } = Environment.OSVersion.Version >= new Version(6, 2);

Referenced by System.Net.WebSockets.HttpWebSocket.ValidateWebSocketHeaders().