51 lines
1.7 KiB
C#
51 lines
1.7 KiB
C#
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.");
|
|
}
|
|
}
|
|
}
|