This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace Mono.Net.Security
{
// Token: 0x02000057 RID: 87
[Token(Token = "0x2000057")]
internal class AsyncHandshakeRequest : AsyncProtocolRequest
{
// Token: 0x06000145 RID: 325 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000145")]
[Address(RVA = "0x4456D0", Offset = "0x4444D0", VA = "0x1804456D0")]
public AsyncHandshakeRequest(MobileAuthenticatedStream parent, bool sync)
{
}
// Token: 0x06000146 RID: 326 RVA: 0x00002490 File Offset: 0x00000690
[Token(Token = "0x6000146")]
[Address(RVA = "0x4456B0", Offset = "0x4444B0", VA = "0x1804456B0", Slot = "4")]
protected override AsyncOperationStatus Run(AsyncOperationStatus status)
{
return AsyncOperationStatus.Initialize;
}
}
}