This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,51 @@
using System;
using BestHTTP.WebSocket.Frames;
using Cpp2IlInjected;
namespace BestHTTP.WebSocket
{
// Token: 0x020018C8 RID: 6344
[Token(Token = "0x20018C8")]
public sealed class OnWebSocketIncompleteFrameDelegate : MulticastDelegate
{
// Token: 0x06009500 RID: 38144 RVA: 0x001E9FAC File Offset: 0x001E81AC
[Token(Token = "0x6009500")]
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
public OnWebSocketIncompleteFrameDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x06009501 RID: 38145 RVA: 0x001E9FC8 File Offset: 0x001E81C8
[Token(Token = "0x6009501")]
[Address(RVA = "0x1C3B280", Offset = "0x1C3A080", VA = "0x181C3B280", Slot = "13")]
public void Invoke(WebSocket webSocket, WebSocketFrameReader frame)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x06009502 RID: 38146 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6009502")]
[Address(RVA = "0x1C3B1F0", Offset = "0x1C39FF0", VA = "0x181C3B1F0", Slot = "14")]
public IAsyncResult BeginInvoke(WebSocket webSocket, WebSocketFrameReader frame, AsyncCallback callback, object @object)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06009503 RID: 38147 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6009503")]
[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.");
}
}
}