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
+27
View File
@@ -0,0 +1,27 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace System.Net
{
// Token: 0x02000273 RID: 627
[Token(Token = "0x2000273")]
internal class AutoWebProxyScriptEngine
{
// Token: 0x06000FEB RID: 4075 RVA: 0x00007AA0 File Offset: 0x00005CA0
[Token(Token = "0x6000FEB")]
[Address(RVA = "0xDC4490", Offset = "0xDC3490", VA = "0x180DC4490")]
public bool GetProxies(Uri destination, out IList<string> proxyList)
{
return default(bool);
}
// Token: 0x06000FEC RID: 4076 RVA: 0x00007AB8 File Offset: 0x00005CB8
[Token(Token = "0x6000FEC")]
[Address(RVA = "0xDC4490", Offset = "0xDC3490", VA = "0x180DC4490")]
public bool GetProxies(Uri destination, out IList<string> proxyList, ref int syncStatus)
{
return default(bool);
}
}
}