terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WebProxy() [5/12]

System.Net.WebProxy.WebProxy ( global::System::Uri Address,
bool BypassOnLocal,
string[] BypassList,
ICredentials Credentials )
inline

Definition at line 38 of file WebProxy.cs.

39 {
41 if (BypassList != null)
42 {
44 this.UpdateRegExList(true);
45 }
48 }
class f__AnonymousType0<< Count > j__TPar
ICredentials Credentials
Definition WebProxy.cs:175
global::System.Uri Address
Definition WebProxy.cs:89
string[] BypassList
Definition WebProxy.cs:152
void UpdateRegExList(bool canThrow)
Definition WebProxy.cs:292

References System.Net.WebProxy.Address, System.Net.WebProxy.BypassList, System.Net.WebProxy.Credentials, j__TPar, and System.Net.WebProxy.UpdateRegExList().