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

◆ GetProxy()

Uri System.Net.Http.HttpNoProxy.GetProxy ( Uri destination)
inline

Implements System.Net.IWebProxy.

Definition at line 7 of file HttpNoProxy.cs.

8 {
9 return null;
10 }