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