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