AddressFamilyHint 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.
Represents information about the remote host that can be used to optimize connection management.
public enum class AddressFamilyHint
public enum AddressFamilyHint
type AddressFamilyHint =
Public Enum AddressFamilyHint
- Inheritance
-
AddressFamilyHint
Fields
Name | Value | Description |
---|---|---|
All | 0 | Any address type can be used |
IpV4Only | 1 | Only use IPV4 to connect |
IpV6Only | 2 | Only use IPV6 to connect. |