Skip to content
Docs Try Aspire

NgrokEndpoint Properties

Record Properties 3 members
Describes a ngrok endpoint.
EndpointName Section titled EndpointName string
A unique name for this endpoint's configuration.
public string EndpointName { get; init; }
Labels Section titled Labels nullable IDictionary<string, string>
An optional dictionary of labels to apply to the endpoint.
public IDictionary<string, string>? Labels { get; init; }
Url Section titled Url nullable string?
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; }