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

◆ GetProxy()

Uri? System.Net.WebProxy.GetProxy ( Uri destination)
inline

Implements System.Net.IWebProxy.

Definition at line 127 of file WebProxy.cs.

128 {
129 if (destination == null)
130 {
131 throw new ArgumentNullException("destination");
132 }
134 {
135 return Address;
136 }
137 return destination;
138 }
bool IsBypassed(Uri host)
Definition WebProxy.cs:226

References System.Net.WebProxy.Address, System.destination, and System.Net.WebProxy.IsBypassed().