Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

51 lines
1.6 KiB
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP.SignalRCore
{
// Token: 0x020018E8 RID: 6376
[Token(Token = "0x20018E8")]
public sealed class OnAuthenticationSuccededDelegate : MulticastDelegate
{
// Token: 0x060095F5 RID: 38389 RVA: 0x001ED940 File Offset: 0x001EBB40
[Token(Token = "0x60095F5")]
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
public OnAuthenticationSuccededDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060095F6 RID: 38390 RVA: 0x001ED95C File Offset: 0x001EBB5C
[Token(Token = "0x60095F6")]
[Address(RVA = "0x747410", Offset = "0x746210", VA = "0x180747410", Slot = "13")]
public void Invoke(IAuthenticationProvider provider)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060095F7 RID: 38391 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60095F7")]
[Address(RVA = "0x457150", Offset = "0x455F50", VA = "0x180457150", Slot = "14")]
public IAsyncResult BeginInvoke(IAuthenticationProvider provider, AsyncCallback callback, object @object)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060095F8 RID: 38392 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60095F8")]
[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.");
}
}
}