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

◆ SendWithNtProxyAuthAsync()

static Task< HttpResponseMessage > System.Net.Http.AuthenticationHelper.SendWithNtProxyAuthAsync ( HttpRequestMessage request,
Uri proxyUri,
bool async,
ICredentials proxyCredentials,
HttpConnection connection,
HttpConnectionPool connectionPool,
CancellationToken cancellationToken )
inlinestatic

Definition at line 734 of file AuthenticationHelper.cs.

735 {
737 }
static async Task< HttpResponseMessage > SendWithNtAuthAsync(HttpRequestMessage request, Uri authUri, bool async, ICredentials credentials, bool isProxyAuth, HttpConnection connection, HttpConnectionPool connectionPool, CancellationToken cancellationToken)

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

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