26 lines
770 B
C#
26 lines
770 B
C#
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;
|
|
}
|
|
}
|
|
}
|