DevTunnelOptions
Class sealed net10.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{ // ...}Constructors1
Section titled ConstructorsProperties3
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.