Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/SignalRCore/OnAuthenticationFailedDelegate.cs
T
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: 0x020019C9 RID: 6601
[Token(Token = "0x20019C9")]
public sealed class OnAuthenticationFailedDelegate : MulticastDelegate
{
// Token: 0x060099C7 RID: 39367 RVA: 0x001F6AA8 File Offset: 0x001F4CA8
[Token(Token = "0x60099C7")]
[Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")]
public OnAuthenticationFailedDelegate(object @object, IntPtr method)
{
this.method = method;
this.m_target = @object;
}
// Token: 0x060099C8 RID: 39368 RVA: 0x001F6AC4 File Offset: 0x001F4CC4
[Token(Token = "0x60099C8")]
[Address(RVA = "0x62D840", Offset = "0x62C840", VA = "0x18062D840", Slot = "13")]
public void Invoke(IAuthenticationProvider provider, string reason)
{
if (this.delegates != 0)
{
}
uint num;
if (num != (uint)0)
{
throw new ExecutionEngineException();
}
}
// Token: 0x060099C9 RID: 39369 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60099C9")]
[Address(RVA = "0x52CC60", Offset = "0x52BC60", VA = "0x18052CC60", 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: 0x060099CA RID: 39370 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60099CA")]
[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.");
}
}
}