Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

51 lines
1.6 KiB
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP.WebSocket
{
// Token: 0x020019A6 RID: 6566
[Token(Token = "0x20019A6")]
public sealed class OnWebSocketErrorDelegate : MulticastDelegate
{
// Token: 0x060098C6 RID: 39110 RVA: 0x001F2ECC File Offset: 0x001F10CC
[Token(Token = "0x60098C6")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public OnWebSocketErrorDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060098C7 RID: 39111 RVA: 0x001F2EE8 File Offset: 0x001F10E8
[Token(Token = "0x60098C7")]
[Address(RVA = "0x62D840", Offset = "0x62C840", VA = "0x18062D840", Slot = "13")]
public void Invoke(WebSocket webSocket, Exception ex)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060098C8 RID: 39112 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60098C8")]
[Address(RVA = "0x52CC60", Offset = "0x52BC60", VA = "0x18052CC60", Slot = "14")]
public IAsyncResult BeginInvoke(WebSocket webSocket, Exception ex, AsyncCallback callback, object @object)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060098C9 RID: 39113 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60098C9")]
[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.");
}
}
}