6 references to Url
Microsoft.WebTools.AspireService.Tests (6)
AspireServerService.cs (1)
212var runSessionApi = app.MapGroup(RunSessionRequest.Url);
AspireServerServiceTests.cs (5)
20private const string VersionedSessionUrl = $"{RunSessionRequest.Url}?{RunSessionRequest.VersionQuery}={RunSessionRequest.OurProtocolVersion}"; 163response = await client.DeleteAsync(RunSessionRequest.Url + "/2"); 167response = await client.DeleteAsync(RunSessionRequest.Url + "/3"); 266var response = await client.DeleteAsync(RunSessionRequest.Url + "/2"); 370await ws.ConnectAsync(new Uri($"wss://{tokens.serverAddress}{RunSessionRequest.Url}{SessionNotification.Url}"), httpClient, CancellationToken.None);