1 write to Protocol
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
468portOptions.Protocol ??= targetEndpoint.Scheme switch
4 references to Protocol
Aspire.Hosting.DevTunnels (4)
DevTunnelCli.cs (1)
182.AddIfNotNull("--protocol", options.Protocol)
DevTunnelOptions.cs (1)
54internal string ToLoggerString() => $"{{ Description={Description}, AllowAnonymous={AllowAnonymous}, Protocol={Protocol}, Labels=[{string.Join(", ", Labels ?? [])}] }}";
DevTunnelResourceBuilderExtensions.cs (2)
464if (portOptions.Protocol is { } proto && proto is not "http" and not "https" and not "auto") 570new("Protocol", portOptions.Protocol),