using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace BestHTTP.WebSocket { // Token: 0x020012E7 RID: 4839 [Token(Token = "0x20012E7")] [StructLayout(3, Size = 8)] public sealed class OnWebSocketErrorDelegate : MulticastDelegate { // Token: 0x0600790C RID: 30988 RVA: 0x001925E8 File Offset: 0x001907E8 [Token(Token = "0x600790C")] [Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")] public OnWebSocketErrorDelegate(object @object, IntPtr method) { this.method = method; this.m_target = @object; } // Token: 0x0600790D RID: 30989 RVA: 0x00192604 File Offset: 0x00190804 [Token(Token = "0x600790D")] [Address(RVA = "0x6F1930", Offset = "0x6F0330", VA = "0x1806F1930", Slot = "13")] public void Invoke(WebSocket webSocket, Exception ex) { if (this.delegates != 0) { } uint num; if (num != (uint)0) { throw new ExecutionEngineException(); } } // Token: 0x0600790E RID: 30990 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600790E")] [Address(RVA = "0x4330B0", Offset = "0x431AB0", VA = "0x1804330B0", 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: 0x0600790F RID: 30991 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600790F")] [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."); } } }