EndpointBindingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |