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

◆ MoveNext()

void System.Xml.XmlUrlResolver.d__15.MoveNext ( )
inlineprivate

Implements System.Runtime.CompilerServices.IAsyncStateMachine.

Definition at line 111 of file XmlUrlResolver.cs.

112 {
114 Type type = this.ofObjectToReturn;
115 Type type2;
116 bool flag = this.ofObjectToReturn == type2;
117 Type type3;
119 XmlDownloadManager downloadManager = XmlUrlResolver.DownloadManager;
120 Uri uri = this.absoluteUri;
121 ICredentials credentials = xmlUrlResolver._credentials;
122 IWebProxy proxy = xmlUrlResolver._proxy;
123 RequestCachePolicy cachePolicy = xmlUrlResolver._cachePolicy;
124 Task<Stream> streamAsync = downloadManager.GetStreamAsync(uri, credentials, proxy, cachePolicy);
125 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUrlResolver.DownloadManager, System.Xml.XmlDownloadManager.GetStreamAsync(), and j__TPar.