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

◆ GetProxy()

Uri System.Net.WebSockets.WebSocketHandle.DefaultWebProxy.GetProxy ( Uri destination)
inline

Implements System.Net.IWebProxy.

Definition at line 33 of file WebSocketHandle.cs.

34 {
35 throw new NotSupportedException();
36 }