54 lines
1.7 KiB
C#
54 lines
1.7 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP
|
|
{
|
|
// Token: 0x020012AF RID: 4783
|
|
[Token(Token = "0x20012AF")]
|
|
[StructLayout(3, Size = 8)]
|
|
public sealed class OnHeaderEnumerationDelegate : MulticastDelegate
|
|
{
|
|
// Token: 0x06007721 RID: 30497 RVA: 0x0018AD88 File Offset: 0x00188F88
|
|
[Token(Token = "0x6007721")]
|
|
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
|
|
public OnHeaderEnumerationDelegate(object @object, IntPtr method)
|
|
{
|
|
this.method = method;
|
|
this.m_target = @object;
|
|
}
|
|
|
|
// Token: 0x06007722 RID: 30498 RVA: 0x0018ADA4 File Offset: 0x00188FA4
|
|
[Token(Token = "0x6007722")]
|
|
[Address(RVA = "0x519DF0", Offset = "0x5187F0", VA = "0x180519DF0", Slot = "13")]
|
|
public void Invoke(string header, List<string> values)
|
|
{
|
|
if (this.delegates != 0)
|
|
{
|
|
}
|
|
uint num;
|
|
if (num != (uint)0)
|
|
{
|
|
throw new ExecutionEngineException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06007723 RID: 30499 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007723")]
|
|
[Address(RVA = "0x4330B0", Offset = "0x431AB0", VA = "0x1804330B0", Slot = "14")]
|
|
public IAsyncResult BeginInvoke(string header, List<string> values, AsyncCallback callback, object @object)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007724 RID: 30500 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007724")]
|
|
[Address(RVA = "0x40BFF0", Offset = "0x40A9F0", VA = "0x18040BFF0", Slot = "15")]
|
|
public void EndInvoke(IAsyncResult result)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
}
|