DevTunnelPortOptions Properties
Class Properties 4 members
Options for a dev tunnel port.
Whether to allow anonymous access to this port. If
null, defaults to the parent tunnel's setting. Defaults to null. public bool? AllowAnonymous { get; set; } A description for this port within the dev tunnel.
public string? Description { get; set; } Optional labels to attach to this tunnel port.
public List<string>? Labels { get; set; } Protocol type to expose. "http", "https", or "auto". Defaults to match scheme of exposed endpoint.
public string? Protocol { get; set; }