m
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Net
|
||||
{
|
||||
// Token: 0x0200024A RID: 586
|
||||
[Token(Token = "0x200024A")]
|
||||
internal class NetRes
|
||||
{
|
||||
// Token: 0x06000EBA RID: 3770 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000EBA")]
|
||||
[Address(RVA = "0x8AB730", Offset = "0x8AA730", VA = "0x1808AB730")]
|
||||
public static string GetWebStatusString(string Res, WebExceptionStatus Status)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000EBB RID: 3771 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000EBB")]
|
||||
[Address(RVA = "0x8AB6D0", Offset = "0x8AA6D0", VA = "0x1808AB6D0")]
|
||||
public static string GetWebStatusString(WebExceptionStatus Status)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user