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)
341
if (negotiationResponse.
Url
!= null)
343
uri = new Uri(negotiationResponse.
Url
);
355
while (negotiationResponse.
Url
!= null && redirects < _maxRedirects);
357
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
);