|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Dispose () |
| Uri | GetProxy (Uri uri) |
| MultiProxy | GetMultiProxy (Uri uri) |
| bool | IsBypassed (Uri uri) |
Static Public Member Functions | |
| static bool | TryCreate ([NotNullWhen(true)] out IWebProxy proxy) |
Properties | |
| ICredentials | Credentials [get, set] |
Private Member Functions | |
| HttpWindowsProxy (WinInetProxyHelper proxyHelper, global::Interop.WinHttp.SafeWinHttpHandle sessionHandle) | |
Static Private Member Functions | |
| static bool | IsSecureUri (Uri uri) |
Private Attributes | |
| readonly MultiProxy | _insecureProxy |
| readonly MultiProxy | _secureProxy |
| readonly FailedProxyCache | _failedProxies = new FailedProxyCache() |
| readonly List< string > | _bypass |
| readonly bool | _bypassLocal |
| readonly List< IPAddress > | _localIp |
| ICredentials | _credentials |
| readonly WinInetProxyHelper | _proxyHelper |
| global::Interop.WinHttp.SafeWinHttpHandle | _sessionHandle |
| bool | _disposed |
Definition at line 10 of file HttpWindowsProxy.cs.