Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.HttpConnectionPoolManager.HttpConnectionKey Struct Reference

Public Member Functions

 HttpConnectionKey (HttpConnectionKind kind, string host, int port, string sslHostName, Uri proxyUri, string identity)
 
override int GetHashCode ()
 
override bool Equals ([NotNullWhen(true)] object obj)
 
bool Equals (HttpConnectionKey other)
 
bool Equals (T? other)
 

Public Attributes

readonly HttpConnectionKind Kind
 
readonly string Host
 
readonly int Port
 
readonly string SslHostName
 
readonly Uri ProxyUri
 
readonly string Identity
 

Detailed Description

Definition at line 34 of file HttpConnectionPoolManager.cs.


The documentation for this struct was generated from the following file: