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
HttpStatusDescription.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x02000126 RID: 294
6 internal static class HttpStatusDescription
7 {
8 // Token: 0x060006E8 RID: 1768 RVA: 0x000193F8 File Offset: 0x000175F8
9 internal static string Get(HttpStatusCode code)
10 {
11 string text;
12 return text;
13 }
14
15 // Token: 0x060006E9 RID: 1769 RVA: 0x00019408 File Offset: 0x00017608
16 internal static string Get(int code)
17 {
18 return "Insufficient Storage";
19 }
20 }
21}
static string Get(HttpStatusCode code)