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: 0x020019A7 RID: 6567
[Token(Token = "0x20019A7")]
public sealed class OnWebSocketErrorDescriptionDelegate : MulticastDelegate
{
// Token: 0x060098CA RID: 39114 RVA: 0x001F2FAC File Offset: 0x001F11AC
[Token(Token = "0x60098CA")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public OnWebSocketErrorDescriptionDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060098CB RID: 39115 RVA: 0x001F2FC8 File Offset: 0x001F11C8
[Token(Token = "0x60098CB")]
[Address(RVA = "0x62E170", Offset = "0x62D170", VA = "0x18062E170", Slot = "13")]
public void Invoke(WebSocket webSocket, string reason)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060098CC RID: 39116 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60098CC")]
[Address(RVA = "0x52CC60", Offset = "0x52BC60", VA = "0x18052CC60", Slot = "14")]
public IAsyncResult BeginInvoke(WebSocket webSocket, string reason, AsyncCallback callback, object @object)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060098CD RID: 39117 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60098CD")]
[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.");
}
}
}