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

◆ SupportedVersion

string System.Net.WebSockets.WebSocketProtocolComponent.SupportedVersion
staticgetpackage

Definition at line 54 of file WebSocketProtocolComponent.cs.

55 {
56 get
57 {
58 if (!IsSupported)
59 {
60 HttpWebSocket.ThrowPlatformNotSupportedException_WSPC();
61 }
62 return s_supportedVersion;
63 }
64 }