scripts
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SignalRCore
|
||||
{
|
||||
// Token: 0x0200130A RID: 4874
|
||||
[Token(Token = "0x200130A")]
|
||||
[StructLayout(3, Size = 8)]
|
||||
public sealed class OnAuthenticationFailedDelegate : MulticastDelegate
|
||||
{
|
||||
// Token: 0x06007A0D RID: 31245 RVA: 0x00195F64 File Offset: 0x00194164
|
||||
[Token(Token = "0x6007A0D")]
|
||||
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
|
||||
public OnAuthenticationFailedDelegate(object @object, IntPtr method)
|
||||
{
|
||||
this.method = method;
|
||||
this.m_target = @object;
|
||||
}
|
||||
|
||||
// Token: 0x06007A0E RID: 31246 RVA: 0x00195F80 File Offset: 0x00194180
|
||||
[Token(Token = "0x6007A0E")]
|
||||
[Address(RVA = "0x6F1930", Offset = "0x6F0330", VA = "0x1806F1930", Slot = "13")]
|
||||
public void Invoke(IAuthenticationProvider provider, string reason)
|
||||
{
|
||||
if (this.delegates != 0)
|
||||
{
|
||||
}
|
||||
uint num;
|
||||
if (num != (uint)0)
|
||||
{
|
||||
throw new ExecutionEngineException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06007A0F RID: 31247 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6007A0F")]
|
||||
[Address(RVA = "0x4330B0", Offset = "0x431AB0", VA = "0x1804330B0", 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: 0x06007A10 RID: 31248 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6007A10")]
|
||||
[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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user