Files
Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/OnDownloadProgressDelegate.cs
T
2026-04-10 22:50:51 +02:00

51 lines
1.7 KiB
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP
{
// Token: 0x0200189D RID: 6301
[Token(Token = "0x200189D")]
public sealed class OnDownloadProgressDelegate : MulticastDelegate
{
// Token: 0x06009395 RID: 37781 RVA: 0x001E4FD4 File Offset: 0x001E31D4
[Token(Token = "0x6009395")]
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
public OnDownloadProgressDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x06009396 RID: 37782 RVA: 0x001E4FF0 File Offset: 0x001E31F0
[Token(Token = "0x6009396")]
[Address(RVA = "0x2651A40", Offset = "0x2650840", VA = "0x182651A40", 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: 0x06009397 RID: 37783 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6009397")]
[Address(RVA = "0x26519A0", Offset = "0x26507A0", VA = "0x1826519A0", 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: 0x06009398 RID: 37784 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6009398")]
[Address(RVA = "0x448B70", Offset = "0x447970", VA = "0x180448B70", Slot = "15")]
public void EndInvoke(IAsyncResult result)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}