1 instantiation of InfoResponse
Microsoft.WebTools.AspireService.Package (1)
Models\InfoResponse.cs (1)
20
public static InfoResponse Instance =
new
() {ProtocolsSupported = new string[]
3 references to InfoResponse
Microsoft.WebTools.AspireService.Package (3)
AspireServerService.cs (2)
209
app.MapGet(
InfoResponse
.Url, GetInfoAsync);
266
await context.Response.WriteAsJsonAsync(
InfoResponse
.Instance, JsonSerializerOptions, _shutdownCancellationTokenSource.Token);
Models\InfoResponse.cs (1)
20
public static
InfoResponse
Instance = new () {ProtocolsSupported = new string[]