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
FileWebRequestCreator.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x0200021B RID: 539
8 {
9 // Token: 0x06000D7E RID: 3454 RVA: 0x0002B7B4 File Offset: 0x000299B4
11 {
12 }
13
14 // Token: 0x06000D7F RID: 3455 RVA: 0x00002050 File Offset: 0x00000250
15 public WebRequest Create(global::System.Uri uri)
16 {
17 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
18 }
19 }
20}
WebRequest Create(global::System.Uri uri)