terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AsyncHandshakeRequest.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Mono.Net.Security
4
{
5
// Token: 0x02000051 RID: 81
6
internal
class
AsyncHandshakeRequest
:
AsyncProtocolRequest
7
{
8
// Token: 0x060000DA RID: 218 RVA: 0x0000402C File Offset: 0x0000222C
9
public
AsyncHandshakeRequest
(
MobileAuthenticatedStream
parent,
bool
sync)
10
:
base
(parent, sync)
11
{
12
}
13
14
// Token: 0x060000DB RID: 219 RVA: 0x00004044 File Offset: 0x00002244
15
protected
override
AsyncOperationStatus
Run
(
AsyncOperationStatus
status)
16
{
17
MobileAuthenticatedStream <Parent>
k__BackingField
= this.<
Parent
>
k__BackingField
;
18
long
num = 0
L
;
19
return <Parent>
k__BackingField
.
ProcessHandshake
(status, num != 0
L
);
20
}
21
}
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Mono.Net.Security.AsyncHandshakeRequest.AsyncHandshakeRequest
AsyncHandshakeRequest(MobileAuthenticatedStream parent, bool sync)
Definition
AsyncHandshakeRequest.cs:9
Mono.Net.Security.AsyncHandshakeRequest.Run
override AsyncOperationStatus Run(AsyncOperationStatus status)
Definition
AsyncHandshakeRequest.cs:15
Mono.Net.Security.AsyncHandshakeRequest
Definition
AsyncHandshakeRequest.cs:7
Mono.Net.Security.AsyncProtocolRequest.Parent
MobileAuthenticatedStream Parent
Definition
AsyncProtocolRequest.cs:17
Mono.Net.Security.AsyncProtocolRequest.k__BackingField
readonly MobileAuthenticatedStream< Parent > k__BackingField
Definition
AsyncProtocolRequest.cs:173
Mono.Net.Security.AsyncProtocolRequest
Definition
AsyncProtocolRequest.cs:13
Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake
AsyncOperationStatus ProcessHandshake(AsyncOperationStatus status, bool renegotiate)
Definition
MobileAuthenticatedStream.cs:377
Mono.Net.Security.MobileAuthenticatedStream
Definition
MobileAuthenticatedStream.cs:19
Mono.Net.Security.AsyncOperationStatus
AsyncOperationStatus
Definition
AsyncOperationStatus.cs:7
Mono.Net.Security
Definition
AsyncHandshakeRequest.cs:4
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
source
System
Mono
Net
Security
AsyncHandshakeRequest.cs
Generated by
1.10.0