Skip to content
DocsTry Aspire
DocsTry

NgrokEndpoint Properties

RecordProperties3 members
Describes a ngrok endpoint.
EndpointNameSection titled EndpointNamestring
A unique name for this endpoint's configuration.
public string EndpointName { get; init; }
LabelsSection titled LabelsnullableIDictionary<string, string>
An optional dictionary of labels to apply to the endpoint.
public IDictionary<string, string>? Labels { get; init; }
UrlSection titled Urlnullablestring?
The address you would like to use to forward traffic to your upstream service. Leave empty to get a randomly assigned address.
public string? Url { get; init; }