EndpointBindingMode
Enum net10.0
Specifies how an endpoint is bound to network addresses.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum EndpointBindingModeEnum Members
Section titled Enum MembersSingleAddressThe endpoint is bound to a specific address.
DualStackAnyAddressesThe endpoint is bound to all addresses.
IPv4AnyAddressesThe endpoint is bound to all IPv4 addresses.
IPv6AnyAddressesThe endpoint is bound to all IPv6 addresses.