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

◆ IsBypassed()

bool System.Net.Http.HttpNoProxy.IsBypassed ( Uri host)
inline

Implements System.Net.IWebProxy.

Definition at line 12 of file HttpNoProxy.cs.

13 {
14 return true;
15 }