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

◆ GetHashCode()

override int System.Net.Http.HttpAuthority.GetHashCode ( )
inline

Definition at line 37 of file HttpAuthority.cs.

38 {
39 return HashCode.Combine(IdnHost, Port);
40 }

References System.Net.Http.HttpAuthority.IdnHost, and System.Net.Http.HttpAuthority.Port.