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

◆ WebHeaderCollection() [5/5]

static System.Net.WebHeaderCollection.WebHeaderCollection ( )
inlinestaticprivate

Definition at line 1339 of file WebHeaderCollection.cs.

1340 {
1341 if (("Accept-Ranges" == null || "Accept-Ranges" != null) && ("Content-Length" == null || "Content-Length" != null) && ("Cache-Control" == null || "Cache-Control" != null) && ("Content-Type" == null || "Content-Type" != null) && ("Date" == null || "Date" != null) && ("ETag" == null || "ETag" != null) && ("Last-Modified" == null || "Last-Modified" != null) && ("Location" == null || "Location" != null) && ("Proxy-Authenticate" == null || "Proxy-Authenticate" != null) && ("P3P" == null || "P3P" != null) && ("Set-Cookie2" == null || "Set-Cookie2" != null) && ("Set-Cookie" == null || "Set-Cookie" != null) && ("Server" == null || "Server" != null) && ("Via" == null || "Via" != null) && ("WWW-Authenticate" == null || "WWW-Authenticate" != null) && ("X-AspNet-Version" == null || "X-AspNet-Version" != null) && ("X-Powered-By" == null || "X-Powered-By" != null) && ("[" == null || "[" != null))
1342 {
1343 return;
1344 }
1345 throw new ArrayTypeMismatchException();
1346 }