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

◆ NtlmAuthenticated

bool System.Net.WebConnection.NtlmAuthenticated
getsetpackage

Definition at line 473 of file WebConnection.cs.

474 {
475 get
476 {
477 return this.ntlm_authenticated;
478 }
479 set
480 {
481 }
482 }