Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/HTTPConnectionRecycledDelegate.cs
T
2026-04-08 23:40:05 +02:00

53 lines
1.6 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP
{
// Token: 0x02001299 RID: 4761
[Token(Token = "0x2001299")]
[StructLayout(3, Size = 8)]
internal sealed class HTTPConnectionRecycledDelegate : MulticastDelegate
{
// Token: 0x06007665 RID: 30309 RVA: 0x001872DC File Offset: 0x001854DC
[Token(Token = "0x6007665")]
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
public HTTPConnectionRecycledDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x06007666 RID: 30310 RVA: 0x001872F8 File Offset: 0x001854F8
[Token(Token = "0x6007666")]
[Address(RVA = "0x6F1D00", Offset = "0x6F0700", VA = "0x1806F1D00", Slot = "13")]
public void Invoke(ConnectionBase conn)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x06007667 RID: 30311 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007667")]
[Address(RVA = "0x42BD30", Offset = "0x42A730", VA = "0x18042BD30", 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: 0x06007668 RID: 30312 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007668")]
[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.");
}
}
}