1 write to Url
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
259Url = url,
3 references to Url
Aspire.Hosting.Azure.Tests (1)
AzureSignalREmulatorFunctionalTest.cs (1)
107var connection = new HubConnectionBuilder().WithUrl(negotiationResponse.Url ?? "", option =>
Microsoft.AspNetCore.Http.Connections.Common (2)
NegotiateProtocol.cs (2)
75if (!string.IsNullOrEmpty(response.Url)) 77writer.WriteString(UrlPropertyNameBytes, response.Url);