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

◆ OpenRead() [1/2]

Stream System.Net.WebClient.OpenRead ( global::System::Uri address)
inline

Definition at line 874 of file WebClient.cs.

875 {
876 if (!true)
877 {
878 }
879 WebClient.ThrowIfNull(address, "address");
880 this.StartOperation();
881 global::System.Uri uri = this.GetUri(address);
882 this._webRequest = this;
883 this._webResponse = this;
884 throw new OutOfMemoryException();
885 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri GetUri(string address)

References System.Net.WebClient.GetUri(), j__TPar, System.Net.WebClient.StartOperation(), and System.Net.WebClient.ThrowIfNull().