m
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user