Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SendWithProxyAuthAsync()

static ValueTask< HttpResponseMessage > System.Net.Http.AuthenticationHelper.SendWithProxyAuthAsync ( HttpRequestMessage request,
Uri proxyUri,
bool async,
ICredentials proxyCredentials,
bool doRequestAuth,
HttpConnectionPool pool,
CancellationToken cancellationToken )
inlinestatic

Definition at line 461 of file AuthenticationHelper.cs.

462 {
464 }
static async ValueTask< HttpResponseMessage > SendWithAuthAsync(HttpRequestMessage request, Uri authUri, bool async, ICredentials credentials, bool preAuthenticate, bool isProxyAuth, bool doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken)

References System.cancellationToken, and System.Net.Http.AuthenticationHelper.SendWithAuthAsync().

Referenced by System.Net.Http.HttpConnectionPool.SendWithProxyAuthAsync().