terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
AsyncReadRequest.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono.Net.Security
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000053")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60000E1")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1D49478", Offset = "0x1D49478", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncReadOrWriteRequest), Member = ".ctor", MemberParameters = new object[]
14 {
16 typeof(bool),
17 typeof(byte[]),
18 typeof(int),
19 typeof(int)
20 }, ReturnType = typeof(void))]
21 public AsyncReadRequest(MobileAuthenticatedStream parent, bool sync, byte[] buffer, int offset, int size)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x60000E2")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1D49480", Offset = "0x1D49480", Length = "0x5C")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MobileAuthenticatedStream), Member = "ProcessRead", MemberParameters = new object[] { typeof(BufferOffsetSize) }, ReturnType = typeof(ValueTuple<int, bool>))]
31 {
32 throw null;
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
override AsyncOperationStatus Run(AsyncOperationStatus status)
AsyncReadRequest(MobileAuthenticatedStream parent, bool sync, byte[] buffer, int offset, int size)