Share via


EndpointBindingMode Enum

Definition

Specifies how an endpoint is bound to network addresses.

public enum EndpointBindingMode
type EndpointBindingMode = 
Public Enum EndpointBindingMode
Inheritance
EndpointBindingMode

Fields

Name Value Description
SingleAddress 0

The endpoint is bound to a specific address.

DualStackAnyAddresses 1

The endpoint is bound to all addresses.

IPv4AnyAddresses 2

The endpoint is bound to all IPv4 addresses.

IPv6AnyAddresses 3

The endpoint is bound to all IPv6 addresses.

Applies to