51 lines
1.6 KiB
C#
51 lines
1.6 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP
|
|
{
|
|
// Token: 0x0200197E RID: 6526
|
|
[Token(Token = "0x200197E")]
|
|
public sealed class OnUploadProgressDelegate : MulticastDelegate
|
|
{
|
|
// Token: 0x06009767 RID: 38759 RVA: 0x001EE0FC File Offset: 0x001EC2FC
|
|
[Token(Token = "0x6009767")]
|
|
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
|
|
public OnUploadProgressDelegate(object @object, IntPtr method)
|
|
{
|
|
this.method = method;
|
|
this.m_target = @object;
|
|
}
|
|
|
|
// Token: 0x06009768 RID: 38760 RVA: 0x001EE118 File Offset: 0x001EC318
|
|
[Token(Token = "0x6009768")]
|
|
[Address(RVA = "0x22A27D0", Offset = "0x22A17D0", VA = "0x1822A27D0", Slot = "13")]
|
|
public void Invoke(HTTPRequest originalRequest, long uploaded, long uploadLength)
|
|
{
|
|
if (this.delegates != 0)
|
|
{
|
|
}
|
|
uint num;
|
|
if (num != (uint)0)
|
|
{
|
|
throw new ExecutionEngineException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06009769 RID: 38761 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6009769")]
|
|
[Address(RVA = "0x22A2AD0", Offset = "0x22A1AD0", VA = "0x1822A2AD0", Slot = "14")]
|
|
public IAsyncResult BeginInvoke(HTTPRequest originalRequest, long uploaded, long uploadLength, AsyncCallback callback, object @object)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600976A RID: 38762 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600976A")]
|
|
[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.");
|
|
}
|
|
}
|
|
}
|