Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 34 of file HttpConnectionPoolManager.cs.