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
WebExceptionMapping.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001CB RID: 459
6 internal static class WebExceptionMapping
7 {
8 // Token: 0x06000AF6 RID: 2806 RVA: 0x000241B0 File Offset: 0x000223B0
9 internal static string GetWebStatusString(WebExceptionStatus status)
10 {
11 if (!true)
12 {
13 }
14 string text;
15 return "net_webstatus_" + text;
16 }
17
18 // Token: 0x06000AF7 RID: 2807 RVA: 0x000241CC File Offset: 0x000223CC
19 // Note: this type is marked as 'beforefieldinit'.
21 {
22 }
23
24 // Token: 0x040009B3 RID: 2483
25 private static readonly string[] s_Mapping;
26 }
27}
class f__AnonymousType0<< Count > j__TPar
static readonly string[] s_Mapping
static string GetWebStatusString(WebExceptionStatus status)