Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
HttpEnvironmentProxyCredentials (Uri httpProxy, NetworkCredential httpCred, Uri httpsProxy, NetworkCredential httpsCred) | |
NetworkCredential | GetCredential (Uri uri, string authType) |
Static Public Member Functions | |
static HttpEnvironmentProxyCredentials | TryCreate (Uri httpProxy, Uri httpsProxy) |
Static Private Member Functions | |
static NetworkCredential | GetCredentialsFromString (string value) |
Private Attributes | |
readonly NetworkCredential | _httpCred |
readonly NetworkCredential | _httpsCred |
readonly Uri | _httpProxy |
readonly Uri | _httpsProxy |
Definition at line 3 of file HttpEnvironmentProxyCredentials.cs.