|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file HttpEnvironmentProxy.cs.