DevTunnelOptions
Classsealednet10.0
Options for the dev tunnel resource. Controls the creation and access settings of the underyling dev tunnel.
namespace Aspire.Hosting.DevTunnels;
public sealed class DevTunnelOptions{ // ...}5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesAllowAnonymousget; setbool Whether to allow anonymous access to this dev tunnel. If
false, authentication is required. Defaults to false. Descriptionget; setstring? Optional description for the tunnel.
Labelsget; setList<string> Optional labels to attach to the tunnel.
Regionget; set Optional region to create the dev tunnel in. If not specified, the region will be selected automatically based on the ping.