Files
27Aug2021-Cpp2IL-Dump/System/Net/AutoWebProxyScriptEngine.cs
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

28 lines
786 B
C#

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);
}
}
}