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