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
ContentDecodeStream.cs
Go to the documentation of this file.
1using System;
2using System.IO;
9
10namespace System.Net
11{
12 [global::Cpp2ILInjected.Token(Token = "0x2000234")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000E23")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F400B4", Offset = "0x1F400B4", Length = "0xDC")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebResponseStream), Member = "Initialize", MemberParameters = new object[] { typeof(BufferOffsetSize) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateStream), Member = ".ctor", MemberParameters = new object[]
20 {
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GZipStream), Member = ".ctor", MemberParameters = new object[]
25 {
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WebReadStream), Member = ".ctor", MemberParameters = new object[]
30 {
33 }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x170002F2")]
42 {
44 [global::Cpp2ILInjected.Token(Token = "0x6000E24")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1F401B8", Offset = "0x1F401B8", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 get
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6000E25")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1F40190", Offset = "0x1F40190", Length = "0x28")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WebReadStream), Member = ".ctor", MemberParameters = new object[]
57 {
60 }, ReturnType = typeof(void))]
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x6000E26")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1F401C0", Offset = "0x1F401C0", Length = "0x14")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
70 protected override Task<int> ProcessReadAsync(byte[] buffer, int offset, int size, CancellationToken cancellationToken)
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6000E27")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1F401D4", Offset = "0x1F401D4", Length = "0xF0")]
77 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
80 internal override Task FinishReading(CancellationToken cancellationToken)
81 {
82 throw null;
83 }
84
86 [global::Cpp2ILInjected.Token(Token = "0x4000BC4")]
87 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
88 private readonly Stream <OriginalInnerStream>k__BackingField;
89
90 [global::Cpp2ILInjected.Token(Token = "0x2000235")]
91 internal enum Mode
92 {
93 [global::Cpp2ILInjected.Token(Token = "0x4000BC6")]
94 GZip,
95 [global::Cpp2ILInjected.Token(Token = "0x4000BC7")]
97 }
98 }
99}
class f__AnonymousType0<< Count > j__TPar
ContentDecodeStream(WebOperation operation, Stream decodeStream, Stream originalInnerStream)
override Task< int > ProcessReadAsync(byte[] buffer, int offset, int size, CancellationToken cancellationToken)
static ContentDecodeStream Create(WebOperation operation, Stream innerStream, ContentDecodeStream.Mode mode)
override Task FinishReading(CancellationToken cancellationToken)
readonly Stream< OriginalInnerStream > k__BackingField