AllocatedEndpoint
Classnet10.0
Represents an endpoint allocated for a service instance.
namespace Aspire.Hosting.ApplicationModel;
public class AllocatedEndpoint{ // ...}13 members
Constructors3
Section titled ConstructorsAllocatedEndpoint(EndpointAnnotation, string, int, EndpointBindingMode, string?, NetworkIdentifier?) Initializes a new instance of the
AllocatedEndpoint class. Initializes a new instance of the
AllocatedEndpoint class. Initializes a new instance of the
AllocatedEndpoint class. Properties9
Section titled PropertiesBindingModeget The binding mode of the endpoint, indicating whether it is a single address endpoint or is bound to all IPv4 or IPv6 addresses (or both).
NetworkIDget Gets the network identifier for the network associated with the
AllocatedEndpoint instance. string? A string representing how to retrieve the target port of the
AllocatedEndpoint instance. Methods1
Section titled MethodsView all methods