Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | HttpConnectionKey |
class | NetworkChangeCleanup |
Properties | |
object | SyncObj [get] |
HttpConnectionSettings | Settings [get] |
ICredentials | ProxyCredentials [get] |
Static Private Member Functions | |
static string | ParseHostNameFromHeader (string hostHeader) |
static string | GetIdentityIfDefaultCredentialsUsed (bool defaultCredentialsUsed) |
Private Attributes | |
readonly TimeSpan | _cleanPoolTimeout |
readonly ConcurrentDictionary< HttpConnectionKey, HttpConnectionPool > | _pools |
readonly Timer | _cleaningTimer |
readonly Timer | _heartBeatTimer |
readonly HttpConnectionSettings | _settings |
readonly IWebProxy | _proxy |
readonly ICredentials | _proxyCredentials |
NetworkChangeCleanup | _networkChangeCleanup |
bool | _timerIsRunning |
Definition at line 11 of file HttpConnectionPoolManager.cs.