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

◆ PreAuthenticate

override bool System.Net.HttpWebRequest.PreAuthenticate
getset

Definition at line 794 of file HttpWebRequest.cs.

795 {
796 get
797 {
798 return this.preAuthenticate;
799 }
800 set
801 {
802 }
803 }