Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/OnHeaderEnumerationDelegate.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

52 lines
1.6 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace BestHTTP
{
// Token: 0x02001980 RID: 6528
[Token(Token = "0x2001980")]
public sealed class OnHeaderEnumerationDelegate : MulticastDelegate
{
// Token: 0x0600976F RID: 38767 RVA: 0x001EE2B4 File Offset: 0x001EC4B4
[Token(Token = "0x600976F")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public OnHeaderEnumerationDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x06009770 RID: 38768 RVA: 0x001EE2D0 File Offset: 0x001EC4D0
[Token(Token = "0x6009770")]
[Address(RVA = "0x52CCA0", Offset = "0x52BCA0", VA = "0x18052CCA0", Slot = "13")]
public void Invoke(string header, List<string> values)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x06009771 RID: 38769 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6009771")]
[Address(RVA = "0x52CC60", Offset = "0x52BC60", VA = "0x18052CC60", 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: 0x06009772 RID: 38770 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6009772")]
[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.");
}
}
}