Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.HttpWindowsProxy Class Referencesealed

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
 

Detailed Description

Definition at line 10 of file HttpWindowsProxy.cs.


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