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

◆ SendWithNtConnectionAuthAsync()

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

Definition at line 739 of file AuthenticationHelper.cs.

740 {
742 }
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.SendWithNtConnectionAuthAsync().