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