Skip to content
Docs Try Aspire

DevTunnelOptions Properties

Class Properties 3 members
Options for the dev tunnel resource. Controls the creation and access settings of the underyling dev tunnel.
Whether to allow anonymous access to this dev tunnel. If false, authentication is required. Defaults to false.
public bool AllowAnonymous { get; set; }
Description Section titled Description nullable string?
Optional description for the tunnel.
public string? Description { get; set; }
Labels Section titled Labels nullable List<string>
Optional labels to attach to the tunnel.
public List<string>? Labels { get; set; }