Files
27Aug2021-Cpp2IL-Dump/System/Net/WebExceptionMapping.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

23 lines
556 B
C#

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;
}
}