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