Socket.SupportsIPv6 Egenskap

Definition

Varning

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

Varning

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

Hämtar ett värde som anger om ramverket stöder IPv6 för vissa föråldrade Dns medlemmar.

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

Egenskapsvärde

true om ramverket stöder IPv6 för vissa föråldrade Dns metoder, annars false.

Attribut

Kommentarer

Operativsystemet kan ha stöd för både IPv4- och IPv6-protokoll.

Gäller för

Se även