Share via


AllocatedEndpoint.BindingMode Property

Definition

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).

public Aspire.Hosting.ApplicationModel.EndpointBindingMode BindingMode { get; }
member this.BindingMode : Aspire.Hosting.ApplicationModel.EndpointBindingMode
Public ReadOnly Property BindingMode As EndpointBindingMode

Property Value

Applies to