using System; using Cpp2IlInjected; namespace BestHTTP.WebSocket { // Token: 0x020018C6 RID: 6342 [Token(Token = "0x20018C6")] public sealed class OnWebSocketErrorDelegate : MulticastDelegate { // Token: 0x060094F8 RID: 38136 RVA: 0x001E9E30 File Offset: 0x001E8030 [Token(Token = "0x60094F8")] [Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")] public OnWebSocketErrorDelegate(object @object, IntPtr method) { this.method = method; this.m_target = @object; } // Token: 0x060094F9 RID: 38137 RVA: 0x001E9E4C File Offset: 0x001E804C [Token(Token = "0x60094F9")] [Address(RVA = "0x1C3A8C0", Offset = "0x1C396C0", VA = "0x181C3A8C0", Slot = "13")] public void Invoke(WebSocket webSocket, Exception ex) { if (this.delegates != 0) { } uint num; if (num != (uint)0) { throw new ExecutionEngineException(); } } // Token: 0x060094FA RID: 38138 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x60094FA")] [Address(RVA = "0x457420", Offset = "0x456220", VA = "0x180457420", 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: 0x060094FB RID: 38139 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x60094FB")] [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."); } } }