This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace System.Net
{
// Token: 0x02000277 RID: 631
[Token(Token = "0x2000277")]
internal class AutoWebProxyScriptEngine
{
// Token: 0x06001001 RID: 4097 RVA: 0x00007AB8 File Offset: 0x00005CB8
[Token(Token = "0x6001001")]
[Address(RVA = "0x29D6D80", Offset = "0x29D5B80", VA = "0x1829D6D80")]
public bool GetProxies(Uri destination, out IList<string> proxyList)
{
return default(bool);
}
// Token: 0x06001002 RID: 4098 RVA: 0x00007AD0 File Offset: 0x00005CD0
[Token(Token = "0x6001002")]
[Address(RVA = "0x29D6D80", Offset = "0x29D5B80", VA = "0x1829D6D80")]
public bool GetProxies(Uri destination, out IList<string> proxyList, ref int syncStatus)
{
return default(bool);
}
}
}