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

◆ GetProxy()

Uri System.Net.GlobalProxySelection.EmptyWebProxy.GetProxy ( Uri uri)
inline

Implements System.Net.IWebProxy.

Definition at line 24 of file GlobalProxySelection.cs.

25 {
26 return uri;
27 }