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
◆
Proxy
IWebProxy
System.Net.WebClient.Proxy
get
set
Definition at line
648
of file
WebClient.cs
.
649
{
650
get
651
{
652
if
(this.
_proxySet
)
653
{
654
return
this.
_proxy
;
655
}
656
return
WebRequest
.DefaultWebProxy;
657
}
658
set
659
{
660
this._proxy
=
value
;
661
this._proxySet
=
true
;
662
}
663
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.WebClient._proxy
IWebProxy _proxy
Definition
WebClient.cs:2278
System.Net.WebClient._proxySet
bool _proxySet
Definition
WebClient.cs:2281
System.Net.WebHeaderCollectionType.WebRequest
@ WebRequest
System.ExceptionArgument.value
@ value
System
Net
WebClient
Generated by
1.10.0