Socket.SupportsIPv4 Propriedade

Definição

Cuidado

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

Cuidado

SupportsIPv4 has been deprecated. Use OSSupportsIPv4 instead.

Cuidado

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

Cuidado

Use OSSupportsIPv4 instead

Obtém um valor que indica se o suporte para IPv4 está disponível e habilitado no host atual.

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

Valor da propriedade

Boolean

true se o host atual dá suporte ao protocolo IPv4; caso contrário, false.

Atributos

Comentários

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

Aplica-se a

Confira também