27 lines
708 B
C#
27 lines
708 B
C#
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;
|
|
}
|
|
}
|
|
}
|