NgrokEndpoint
Record sealed net10.0
Describes a ngrok endpoint.
namespace Aspire.Hosting.ApplicationModel;
public sealed record NgrokEndpoint : System.IEquatable<Aspire.Hosting.ApplicationModel.NgrokEndpoint>{ // ...} IEquatable<NgrokEndpoint>
12 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesEndpointNameget; initstringA unique name for this endpoint's configuration.
Labelsget; initIDictionary<string, string>An optional dictionary of labels to apply to the endpoint.
Urlget; initstring?The address you would like to use to forward traffic to your upstream service. Leave empty to get a randomly assigned address.
Methods8
Section titled Methods<Clone>$Deconstruct(string, string?, IDictionary<string, string>)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(NgrokEndpoint?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(NgrokEndpoint?, NgrokEndpoint?)staticboolop_Inequality(NgrokEndpoint?, NgrokEndpoint?)staticboolToStringstringReturns a string that represents the current object.