Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
WinInetProxyHelper () | |
bool | GetProxyForUrl (global::Interop.WinHttp.SafeWinHttpHandle sessionHandle, Uri uri, out global::Interop.WinHttp.WINHTTP_PROXY_INFO proxyInfo) |
Properties | |
string | AutoConfigUrl [get] |
bool | AutoDetect [get] |
bool | AutoSettingsUsed [get] |
bool | ManualSettingsUsed [get] |
bool | ManualSettingsOnly [get] |
string | Proxy [get] |
string | ProxyBypass [get] |
bool | RecentAutoDetectionFailure [get] |
Private Attributes | |
readonly string | _autoConfigUrl |
readonly string | _proxy |
readonly string | _proxyBypass |
readonly bool | _autoDetect |
readonly bool | _useProxy |
bool | _autoDetectionFailed |
int | _lastTimeAutoDetectionFailed |
Definition at line 6 of file WinInetProxyHelper.cs.