2 references to GetNegotiationResponseAsync
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
331
negotiationResponse = await
GetNegotiationResponseAsync
(uri, cancellationToken).ConfigureAwait(false);
407
negotiationResponse = await
GetNegotiationResponseAsync
(uri, cancellationToken).ConfigureAwait(false);