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

◆ HttpWebResponse() [2/4]

System.Net.HttpWebResponse.HttpWebResponse ( global::System::Uri uri,
string method,
HttpStatusCode status,
WebHeaderCollection headers )
inlinepackage

Definition at line 18 of file HttpWebResponse.cs.

19 {
20 this.uri = uri;
22 this.statusCode = status;
23 string text = HttpStatusDescription.Get(status);
25 this.webHeaders = headers;
26 if (!true)
27 {
28 }
29 this.version = 1;
30 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.HttpStatusDescription.Get(), j__TPar, System.Net.HttpWebResponse.method, System.text, and System.Net.HttpWebResponse.uri.