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

◆ SendWithRequestAuthAsync()

static ValueTask< HttpResponseMessage > System.Net.Http.AuthenticationHelper.SendWithRequestAuthAsync ( HttpRequestMessage request,
bool async,
ICredentials credentials,
bool preAuthenticate,
HttpConnectionPool pool,
CancellationToken cancellationToken )
inlinestatic

Definition at line 466 of file AuthenticationHelper.cs.

467 {
469 }
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.SendAsync().