using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace BestHTTP.WebSocket { // Token: 0x020012E8 RID: 4840 [Token(Token = "0x20012E8")] [StructLayout(3, Size = 8)] public sealed class OnWebSocketErrorDescriptionDelegate : MulticastDelegate { // Token: 0x06007910 RID: 30992 RVA: 0x001926C8 File Offset: 0x001908C8 [Token(Token = "0x6007910")] [Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")] public OnWebSocketErrorDescriptionDelegate(object @object, IntPtr method) { this.method = method; this.m_target = @object; } // Token: 0x06007911 RID: 30993 RVA: 0x001926E4 File Offset: 0x001908E4 [Token(Token = "0x6007911")] [Address(RVA = "0x6F2630", Offset = "0x6F1030", VA = "0x1806F2630", Slot = "13")] public void Invoke(WebSocket webSocket, string reason) { if (this.delegates != 0) { } uint num; if (num != (uint)0) { throw new ExecutionEngineException(); } } // Token: 0x06007912 RID: 30994 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007912")] [Address(RVA = "0x4330B0", Offset = "0x431AB0", VA = "0x1804330B0", 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: 0x06007913 RID: 30995 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007913")] [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."); } } }