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

Public Member Functions

Uri GetProxy (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

 HttpEnvironmentProxy (Uri httpProxy, Uri httpsProxy, string bypassList)
 
bool IsMatchInBypassList (Uri input)
 

Static Private Member Functions

static Uri GetUriFromString (string value)
 

Private Attributes

readonly Uri _httpProxyUri
 
readonly Uri _httpsProxyUri
 
readonly string[] _bypass
 
ICredentials _credentials
 

Detailed Description

Definition at line 5 of file HttpEnvironmentProxy.cs.


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