This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace System.Net
{
// Token: 0x0200024E RID: 590
[Token(Token = "0x200024E")]
internal class NetRes
{
// Token: 0x06000ED0 RID: 3792 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000ED0")]
[Address(RVA = "0x2231180", Offset = "0x222FF80", VA = "0x182231180")]
public static string GetWebStatusString(string Res, WebExceptionStatus Status)
{
return null;
}
// Token: 0x06000ED1 RID: 3793 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000ED1")]
[Address(RVA = "0x2231120", Offset = "0x222FF20", VA = "0x182231120")]
public static string GetWebStatusString(WebExceptionStatus Status)
{
return null;
}
}
}