1 write to Url
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
271
Url
= url,
7 references to Url
Aspire.Hosting.Azure.Tests (1)
AzureSignalREmulatorFunctionalTest.cs (1)
107
var connection = new HubConnectionBuilder().WithUrl(negotiationResponse.
Url
?? "", option =>
Microsoft.AspNetCore.Http.Connections.Client (4)
HttpConnection.cs (4)
337
if (negotiationResponse.
Url
!= null)
339
uri = new Uri(negotiationResponse.
Url
);
351
while (negotiationResponse.
Url
!= null && redirects < _maxRedirects);
353
if (redirects == _maxRedirects && negotiationResponse.
Url
!= null)
Microsoft.AspNetCore.Http.Connections.Common (2)
NegotiateProtocol.cs (2)
77
if (!string.IsNullOrEmpty(response.
Url
))
79
writer.WriteString(UrlPropertyNameBytes, response.
Url
);