1 write to Protocol
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
367
portOptions.
Protocol
??= targetEndpoint.Scheme switch
3 references to Protocol
Aspire.Hosting.DevTunnels (3)
DevTunnelCli.cs (1)
146
.AddIfNotNull("--protocol", options.
Protocol
)
DevTunnelResourceBuilderExtensions.cs (2)
363
if (portOptions.
Protocol
is { } proto && proto is not "http" and not "https" and not "auto")
457
new("Protocol", portOptions.
Protocol
),