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

◆ GetStream()

Stream System.Xml.XmlDownloadManager.GetStream ( Uri uri,
ICredentials credentials,
IWebProxy proxy,
RequestCachePolicy cachePolicy )
inlinepackage

Definition at line 18 of file XmlDownloadManager.cs.

19 {
20 bool flag = uri.Scheme == "file";
21 string localPath = uri.LocalPath;
22 Stream stream;
23 return stream;
24 }
class f__AnonymousType0<< Count > j__TPar
string LocalPath
Definition Uri.cs:548

References j__TPar, and System.Uri.LocalPath.