Skip to content
Docs Try Aspire

NgrokEndpointAnnotation

Record sealed net10.0
📦 CommunityToolkit.Aspire.Hosting.Ngrok v13.1.1
Represents a ngrok endpoint annotation for an existing resource with endpoints.
namespace Aspire.Hosting.ApplicationModel;
public sealed record NgrokEndpointAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation,
System.IEquatable<Aspire.Hosting.ApplicationModel.NgrokEndpointAnnotation>
{
// ...
}
IResourceAnnotationIEquatable<NgrokEndpointAnnotation>