m
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Net
|
||||
{
|
||||
// Token: 0x02000238 RID: 568
|
||||
[Token(Token = "0x2000238")]
|
||||
internal static class WebExceptionMapping
|
||||
{
|
||||
// Token: 0x06000E3B RID: 3643 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000E3B")]
|
||||
[Address(RVA = "0x7752A0", Offset = "0x7742A0", VA = "0x1807752A0")]
|
||||
internal static string GetWebStatusString(WebExceptionStatus status)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x04000851 RID: 2129
|
||||
[Token(Token = "0x4000851")]
|
||||
private static readonly string[] s_Mapping;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user