This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
using System;
using Cpp2IlInjected;
namespace System.Net
{
// Token: 0x0200021D RID: 541
[Token(Token = "0x200021D")]
internal class SystemNetworkCredential : NetworkCredential
{
// Token: 0x06000DCB RID: 3531 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000DCB")]
[Address(RVA = "0xAEA280", Offset = "0xAE9280", VA = "0x180AEA280")]
private SystemNetworkCredential()
{
}
// Token: 0x04000784 RID: 1924
[Token(Token = "0x4000784")]
internal static readonly SystemNetworkCredential defaultCredential;
}
}