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

◆ HttpWebRequest() [2/5]

System.Net.HttpWebRequest.HttpWebRequest ( global::System::Uri uri)
inline

Definition at line 32 of file HttpWebRequest.cs.

33 {
34 this.pipelined = true;
35 this.method = "GET";
36 this.initialMethod = "GET";
37 if ("GET" == null)
38 {
39 }
40 this.version = "GET";
42 if (37856 == 0)
43 {
44 }
45 base..ctor();
46 this.requestUri = uri;
47 this.actualUri = uri;
48 IWebProxy internalDefaultWebProxy = WebRequest.InternalDefaultWebProxy;
50 this.<ThrowOnError>k__BackingField = true;
51 this.ResetAuthorization();
52 }
class f__AnonymousType0<< Count > j__TPar
bool< ThrowOnError > k__BackingField

References System.Net.WebRequest.InternalDefaultWebProxy, j__TPar, System.Net.HttpWebRequest.k__BackingField, System.Net.HttpWebRequest.ResetAuthorization(), and System.Net.HttpWebRequest.ThrowOnError.