Files
Apr2020-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/OnHeaderEnumerationDelegate.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

52 lines
1.6 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace BestHTTP
{
// Token: 0x020018A0 RID: 6304
[Token(Token = "0x20018A0")]
public sealed class OnHeaderEnumerationDelegate : MulticastDelegate
{
// Token: 0x060093A1 RID: 37793 RVA: 0x001E5210 File Offset: 0x001E3410
[Token(Token = "0x60093A1")]
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
public OnHeaderEnumerationDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060093A2 RID: 37794 RVA: 0x001E522C File Offset: 0x001E342C
[Token(Token = "0x60093A2")]
[Address(RVA = "0x48FFD0", Offset = "0x48EDD0", VA = "0x18048FFD0", Slot = "13")]
public void Invoke(string header, List<string> values)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060093A3 RID: 37795 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60093A3")]
[Address(RVA = "0x457420", Offset = "0x456220", VA = "0x180457420", 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: 0x060093A4 RID: 37796 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60093A4")]
[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.");
}
}
}