Socket.SupportsIPv6 Propriedade

Definição

Cuidado

SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. http://go.microsoft.com/fwlink/?linkid=14202

Cuidado

SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. https://go.microsoft.com/fwlink/?linkid=14202

Obtém um valor que indica se o Framework dá suporte ao IPv6 para determinados membros obsoletos Dns .

public:
 static property bool SupportsIPv6 { bool get(); };
public static bool SupportsIPv6 { get; }
[System.Obsolete("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public static bool SupportsIPv6 { get; }
[System.Obsolete("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public static bool SupportsIPv6 { get; }
static member SupportsIPv6 : bool
[<System.Obsolete("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
static member SupportsIPv6 : bool
[<System.Obsolete("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
static member SupportsIPv6 : bool
Public Shared ReadOnly Property SupportsIPv6 As Boolean

Valor da propriedade

true se o Framework der suporte a IPv6 para determinados métodos obsoletos Dns ; caso contrário, false.

Atributos

Comentários

O sistema operacional pode dar suporte a protocolos IPv4 e IPv6.

Aplica-se a

Confira também