This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,50 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP
{
// Token: 0x0200189F RID: 6303
[Token(Token = "0x200189F")]
public sealed class OnBeforeRedirectionDelegate : MulticastDelegate
{
// Token: 0x0600939D RID: 37789 RVA: 0x001E50DC File Offset: 0x001E32DC
[Token(Token = "0x600939D")]
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
public OnBeforeRedirectionDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x0600939E RID: 37790 RVA: 0x001E50F8 File Offset: 0x001E32F8
[Token(Token = "0x600939E")]
[Address(RVA = "0xF21290", Offset = "0xF20090", VA = "0x180F21290", Slot = "13")]
public bool Invoke(HTTPRequest originalRequest, HTTPResponse response, Uri redirectUri)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x0600939F RID: 37791 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600939F")]
[Address(RVA = "0xDF4DC0", Offset = "0xDF3BC0", VA = "0x180DF4DC0", Slot = "14")]
public IAsyncResult BeginInvoke(HTTPRequest originalRequest, HTTPResponse response, Uri redirectUri, AsyncCallback callback, object @object)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060093A0 RID: 37792 RVA: 0x001E51FC File Offset: 0x001E33FC
[Token(Token = "0x60093A0")]
[Address(RVA = "0x451890", Offset = "0x450690", VA = "0x180451890", Slot = "15")]
public bool EndInvoke(IAsyncResult result)
{
throw new NullReferenceException();
}
}
}