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

◆ Create() [2/3]

static WebRequest System.Net.WebRequest.Create ( global::System::Uri requestUri,
bool useUriBase )
inlinestaticprivate

Definition at line 124 of file WebRequest.cs.

125 {
126 int num = 1;
127 bool on = Logging.On;
128 string text2;
129 string text = text2 + ":";
130 string text3;
131 int stringLength = text3._stringLength;
132 if (num == 0)
133 {
134 }
135 ArrayList prefixList = WebRequest.PrefixList;
136 if (prefixList != null)
137 {
138 }
139 object[] items = prefixList._items;
140 int num2;
141 if (num2 != 0)
142 {
143 bool on2 = Logging.On;
144 string @string = SR.GetString("The URI prefix is not recognized.");
145 }
146 bool on3 = Logging.On;
147 throw new InvalidCastException();
148 }
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
Definition SR.cs:9
Definition SR.cs:7

References System.Collections.ArrayList._items, SR.GetString(), j__TPar, System.Net.Logging.On, System.Net.WebRequest.PrefixList, and System.text.

Referenced by System.Net.WebRequest.DesignerWebRequestCreate.Create(), System.Xml.XmlDownloadManager.GetNonFileStream(), System.Net.WebClient.GetWebRequest(), and System.Xml.XmlDownloadManager.d__5.MoveNext().