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
CredentialHostKey.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200018B")]
9 internal class CredentialHostKey
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000A2E")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F0B204", Offset = "0x1F0B204", Length = "0x3C")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CredentialCache), Member = "Add", MemberParameters = new object[]
14 {
15 typeof(string),
16 typeof(int),
17 typeof(string),
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CredentialCache), Member = "Remove", MemberParameters = new object[]
21 {
22 typeof(string),
23 typeof(int),
24 typeof(string)
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
28 internal CredentialHostKey(string host, int port, string authenticationType)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000A2F")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1F0B240", Offset = "0x1F0B240", Length = "0x6C")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CredentialCache), Member = "GetCredential", MemberParameters = new object[]
37 {
38 typeof(string),
39 typeof(int),
40 typeof(string)
41 }, ReturnType = typeof(NetworkCredential))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
44 {
45 typeof(string),
46 typeof(string),
48 }, ReturnType = typeof(int))]
49 internal bool Match(string host, int port, string authenticationType)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6000A30")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1F0B2AC", Offset = "0x1F0B2AC", Length = "0x84")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToUpperInvariant", ReturnType = typeof(string))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "GetHashCode", ReturnType = typeof(int))]
60 public override int GetHashCode()
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x6000A31")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1F0B330", Offset = "0x1F0B330", Length = "0xC4")]
67 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
70 {
71 typeof(string),
72 typeof(string),
74 }, ReturnType = typeof(int))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
76 public override bool Equals(object comparand)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x6000A32")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1F0B3F4", Offset = "0x1F0B3F4", Length = "0x224")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NumberFormatInfo), Member = "get_InvariantInfo", ReturnType = typeof(NumberFormatInfo))]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[] { typeof(IFormatProvider) }, ReturnType = typeof(string))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationHelper), Member = "ToString", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
88 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
89 public override string ToString()
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x40007BF")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
96 internal string Host;
97
98 [global::Cpp2ILInjected.Token(Token = "0x40007C0")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
100 internal string AuthenticationType;
101
102 [global::Cpp2ILInjected.Token(Token = "0x40007C1")]
103 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
104 internal int Port;
105
106 [global::Cpp2ILInjected.Token(Token = "0x40007C2")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
108 private int m_HashCode;
109
110 [global::Cpp2ILInjected.Token(Token = "0x40007C3")]
111 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
112 private bool m_ComputedHashCode;
113 }
114}
class f__AnonymousType0<< Count > j__TPar
bool Match(string host, int port, string authenticationType)
override bool Equals(object comparand)
CredentialHostKey(string host, int port, string authenticationType)