Files
2026-04-08 23:40:05 +02:00

53 lines
1.7 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SignalRCore
{
// Token: 0x02001309 RID: 4873
[Token(Token = "0x2001309")]
[StructLayout(3, Size = 8)]
public sealed class OnAuthenticationSuccededDelegate : MulticastDelegate
{
// Token: 0x06007A09 RID: 31241 RVA: 0x00195E8C File Offset: 0x0019408C
[Token(Token = "0x6007A09")]
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
public OnAuthenticationSuccededDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x06007A0A RID: 31242 RVA: 0x00195EA8 File Offset: 0x001940A8
[Token(Token = "0x6007A0A")]
[Address(RVA = "0x6F1D00", Offset = "0x6F0700", VA = "0x1806F1D00", Slot = "13")]
public void Invoke(IAuthenticationProvider provider)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x06007A0B RID: 31243 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007A0B")]
[Address(RVA = "0x42BD30", Offset = "0x42A730", VA = "0x18042BD30", 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: 0x06007A0C RID: 31244 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007A0C")]
[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.");
}
}
}