Socket.OSSupportsIPv6 Eigenschaft

Definition

Gibt an, ob das zugrunde liegende Betriebssystem und die Netzwerkkarten IPv6 (Internet Protocol, Version 6) unterstützen.

public:
 static property bool OSSupportsIPv6 { bool get(); };
public static bool OSSupportsIPv6 { get; }
static member OSSupportsIPv6 : bool
Public Shared ReadOnly Property OSSupportsIPv6 As Boolean

Eigenschaftswert

true, wenn das Betriebssystem und die Netzwerkkarten das Protokoll IPv6 unterstützen, andernfalls false.

Hinweise

Das Betriebssystem unterstützt möglicherweise sowohl IPv4- als auch IPv6-Protokolle.

Gilt für:

Weitere Informationen