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
@@ -0,0 +1,50 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP
{
// Token: 0x0200197F RID: 6527
[Token(Token = "0x200197F")]
public sealed class OnBeforeRedirectionDelegate : MulticastDelegate
{
// Token: 0x0600976B RID: 38763 RVA: 0x001EE180 File Offset: 0x001EC380
[Token(Token = "0x600976B")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public OnBeforeRedirectionDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x0600976C RID: 38764 RVA: 0x001EE19C File Offset: 0x001EC39C
[Token(Token = "0x600976C")]
[Address(RVA = "0x1097740", Offset = "0x1096740", VA = "0x181097740", 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: 0x0600976D RID: 38765 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600976D")]
[Address(RVA = "0x6045F0", Offset = "0x6035F0", VA = "0x1806045F0", 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: 0x0600976E RID: 38766 RVA: 0x001EE2A0 File Offset: 0x001EC4A0
[Token(Token = "0x600976E")]
[Address(RVA = "0x56AA00", Offset = "0x569A00", VA = "0x18056AA00", Slot = "15")]
public bool EndInvoke(IAsyncResult result)
{
throw new NullReferenceException();
}
}
}