Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCode()

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

Definition at line 22 of file CredentialHostKey.cs.

23 {
24 return StringComparer.OrdinalIgnoreCase.GetHashCode(AuthenticationType) ^ StringComparer.OrdinalIgnoreCase.GetHashCode(Host) ^ Port.GetHashCode();
25 }

References System.Net.CredentialHostKey.AuthenticationType, System.Net.CredentialHostKey.Host, System.StringComparer.OrdinalIgnoreCase, and System.Net.CredentialHostKey.Port.