AddressFamilyHint Enum

Definition

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

All 0

Any address type can be used

IpV4Only 1

Only use IPV4 to connect

IpV6Only 2

Only use IPV6 to connect.

Applies to