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

◆ UseDefaultCredentials

bool System.Net.WebProxy.UseDefaultCredentials
getset

Definition at line 189 of file WebProxy.cs.

190 {
191 get
192 {
193 if (this._Credentials != null)
194 {
195 return;
196 }
197 }
198 set
199 {
200 if (!true)
201 {
202 }
203 }
204 }
ICredentials _Credentials
Definition WebProxy.cs:626

Referenced by System.Net.WebProxy.GetObjectData().