Files
Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/HTTPConnectionRecycledDelegate.cs
T
2026-04-10 22:50:51 +02:00

51 lines
1.6 KiB
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP
{
// Token: 0x0200188A RID: 6282
[Token(Token = "0x200188A")]
internal sealed class HTTPConnectionRecycledDelegate : MulticastDelegate
{
// Token: 0x060092E5 RID: 37605 RVA: 0x001E16F0 File Offset: 0x001DF8F0
[Token(Token = "0x60092E5")]
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
public HTTPConnectionRecycledDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060092E6 RID: 37606 RVA: 0x001E170C File Offset: 0x001DF90C
[Token(Token = "0x60092E6")]
[Address(RVA = "0x747410", Offset = "0x746210", VA = "0x180747410", Slot = "13")]
public void Invoke(ConnectionBase conn)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060092E7 RID: 37607 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60092E7")]
[Address(RVA = "0x457150", Offset = "0x455F50", VA = "0x180457150", Slot = "14")]
public IAsyncResult BeginInvoke(ConnectionBase conn, AsyncCallback callback, object @object)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060092E8 RID: 37608 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60092E8")]
[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.");
}
}
}