Freigeben über


Socket.SupportsIPv6-Eigenschaft

HINWEIS: Diese Eigenschaft ist mittlerweile veraltet.

Ruft einen Wert ab, der angibt, ob das Framework IPv6 für bestimmte veraltete Dns-Member unterstützt.

Namespace: System.Net.Sockets
Assembly: System (in system.dll)

Syntax

'Declaration
<ObsoleteAttribute("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Shared ReadOnly Property SupportsIPv6 As Boolean
'Usage
Dim value As Boolean

value = Socket.SupportsIPv6
[ObsoleteAttribute("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. https://go.microsoft.com/fwlink/?linkid=14202")] 
public static bool SupportsIPv6 { get; }
[ObsoleteAttribute(L"SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. https://go.microsoft.com/fwlink/?linkid=14202")] 
public:
static property bool SupportsIPv6 {
    bool get ();
}
/** @property */
public static boolean get_SupportsIPv6 ()
public static function get SupportsIPv6 () : boolean

Eigenschaftenwert

true, wenn das Framework IPv6 für bestimmte veraltete Dns unterstützt, andernfalls false.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

Socket-Klasse
Socket-Member
System.Net.Sockets-Namespace