This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,50 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SignalRCore
{
// Token: 0x020018E9 RID: 6377
[Token(Token = "0x20018E9")]
public sealed class OnAuthenticationFailedDelegate : MulticastDelegate
{
// Token: 0x060095F9 RID: 38393 RVA: 0x001EDA10 File Offset: 0x001EBC10
[Token(Token = "0x60095F9")]
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
public OnAuthenticationFailedDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060095FA RID: 38394 RVA: 0x001EDA2C File Offset: 0x001EBC2C
[Token(Token = "0x60095FA")]
[Address(RVA = "0x1C3A8C0", Offset = "0x1C396C0", VA = "0x181C3A8C0", Slot = "13")]
public void Invoke(IAuthenticationProvider provider, string reason)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060095FB RID: 38395 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60095FB")]
[Address(RVA = "0x457420", Offset = "0x456220", VA = "0x180457420", Slot = "14")]
public IAsyncResult BeginInvoke(IAuthenticationProvider provider, string reason, AsyncCallback callback, object @object)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060095FC RID: 38396 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60095FC")]
[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.");
}
}
}