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

◆ UseUnsafeHeaderParsing

bool System.Net.Configuration.HttpWebRequestElement.UseUnsafeHeaderParsing
getset

Definition at line 73 of file HttpWebRequestElement.cs.

74 {
75 get
76 {
77 throw new NotSupportedException();
78 }
79 set
80 {
81 throw new NotSupportedException();
82 }
83 }