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: 0x0200197D RID: 6525
[Token(Token = "0x200197D")]
public sealed class OnDownloadProgressDelegate : MulticastDelegate
{
// Token: 0x06009763 RID: 38755 RVA: 0x001EE078 File Offset: 0x001EC278
[Token(Token = "0x6009763")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public OnDownloadProgressDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x06009764 RID: 38756 RVA: 0x001EE094 File Offset: 0x001EC294
[Token(Token = "0x6009764")]
[Address(RVA = "0x22A27D0", Offset = "0x22A17D0", VA = "0x1822A27D0", Slot = "13")]
public void Invoke(HTTPRequest originalRequest, long downloaded, long downloadLength)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x06009765 RID: 38757 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6009765")]
[Address(RVA = "0x22A2730", Offset = "0x22A1730", VA = "0x1822A2730", Slot = "14")]
public IAsyncResult BeginInvoke(HTTPRequest originalRequest, long downloaded, long downloadLength, AsyncCallback callback, object @object)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06009766 RID: 38758 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6009766")]
[Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")]
public void EndInvoke(IAsyncResult result)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}