a
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Net
|
||||
{
|
||||
// Token: 0x02000232 RID: 562
|
||||
[Token(Token = "0x2000232")]
|
||||
internal static class ValidationHelper
|
||||
{
|
||||
// Token: 0x06000E19 RID: 3609 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000E19")]
|
||||
[Address(RVA = "0x2633BB0", Offset = "0x26329B0", VA = "0x182633BB0")]
|
||||
public static string MakeStringNull(string stringValue)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000E1A RID: 3610 RVA: 0x00007188 File Offset: 0x00005388
|
||||
[Token(Token = "0x6000E1A")]
|
||||
[Address(RVA = "0x2633BA0", Offset = "0x26329A0", VA = "0x182633BA0")]
|
||||
public static bool IsBlankString(string stringValue)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06000E1B RID: 3611 RVA: 0x000071A0 File Offset: 0x000053A0
|
||||
[Token(Token = "0x6000E1B")]
|
||||
[Address(RVA = "0x2633BD0", Offset = "0x26329D0", VA = "0x182633BD0")]
|
||||
public static bool ValidateTcpPort(int port)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x04000833 RID: 2099
|
||||
[Token(Token = "0x4000833")]
|
||||
public static string[] EmptyArray;
|
||||
|
||||
// Token: 0x04000834 RID: 2100
|
||||
[Token(Token = "0x4000834")]
|
||||
internal static readonly char[] InvalidMethodChars;
|
||||
|
||||
// Token: 0x04000835 RID: 2101
|
||||
[Token(Token = "0x4000835")]
|
||||
internal static readonly char[] InvalidParamChars;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user