Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Net.Http.HttpEnvironmentProxyCredentials, including all inherited members.
_httpCred | System.Net.Http.HttpEnvironmentProxyCredentials | private |
_httpProxy | System.Net.Http.HttpEnvironmentProxyCredentials | private |
_httpsCred | System.Net.Http.HttpEnvironmentProxyCredentials | private |
_httpsProxy | System.Net.Http.HttpEnvironmentProxyCredentials | private |
GetCredential(Uri uri, string authType) | System.Net.Http.HttpEnvironmentProxyCredentials | inline |
GetCredentialsFromString(string value) | System.Net.Http.HttpEnvironmentProxyCredentials | inlineprivatestatic |
HttpEnvironmentProxyCredentials(Uri httpProxy, NetworkCredential httpCred, Uri httpsProxy, NetworkCredential httpsCred) | System.Net.Http.HttpEnvironmentProxyCredentials | inline |
TryCreate(Uri httpProxy, Uri httpsProxy) | System.Net.Http.HttpEnvironmentProxyCredentials | inlinestatic |