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

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
 

Detailed Description

Definition at line 3 of file HttpEnvironmentProxyCredentials.cs.


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