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

◆ GetHashCode()

override int System.Net.CredentialHostKey.GetHashCode ( )
inline

Definition at line 42 of file CredentialHostKey.cs.

43 {
44 if (this.m_ComputedHashCode)
45 {
46 return this.m_HashCode;
47 }
48 string text = this.AuthenticationType.ToUpperInvariant();
49 string text2 = this.Host.ToUpperInvariant();
50 int num = 1;
51 int num2;
53 this.m_ComputedHashCode = num != 0;
54 return num2;
55 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.CredentialHostKey.AuthenticationType, System.Net.CredentialHostKey.Host, j__TPar, System.Net.CredentialHostKey.m_ComputedHashCode, System.Net.CredentialHostKey.m_HashCode, and System.text.