Socket.OSSupportsIPv4 Eigenschaft

Definition

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

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

Eigenschaftswert

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

Hinweise

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

Gilt für:

Weitere Informationen