Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

51 lines
1.6 KiB
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP.SignalRCore
{
// Token: 0x020019C8 RID: 6600
[Token(Token = "0x20019C8")]
public sealed class OnAuthenticationSuccededDelegate : MulticastDelegate
{
// Token: 0x060099C3 RID: 39363 RVA: 0x001F69D8 File Offset: 0x001F4BD8
[Token(Token = "0x60099C3")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public OnAuthenticationSuccededDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060099C4 RID: 39364 RVA: 0x001F69F4 File Offset: 0x001F4BF4
[Token(Token = "0x60099C4")]
[Address(RVA = "0x5FA230", Offset = "0x5F9230", VA = "0x1805FA230", Slot = "13")]
public void Invoke(IAuthenticationProvider provider)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060099C5 RID: 39365 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60099C5")]
[Address(RVA = "0x5FA200", Offset = "0x5F9200", VA = "0x1805FA200", 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: 0x060099C6 RID: 39366 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60099C6")]
[Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")]
public void EndInvoke(IAsyncResult result)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
}