Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

EndpointAnnotation

Classsealednet10.0
📦 Aspire.Hosting v13.5.4
Represents an endpoint annotation that describes how a service should be bound to a network.
namespace Aspire.Hosting.ApplicationModel;
public sealed class EndpointAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}
This class is used to specify the network protocol, port, URI scheme, transport, and other details for a service.
View all constructors
View all properties