1 write to Protocol
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
482portOptions.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)
478if (portOptions.Protocol is { } proto && proto is not "http" and not "https" and not "auto") 584new("Protocol", portOptions.Protocol),