Socket::SupportsIPv6 Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Net.Sockets
Assembly: System (in System.dll)
Return to top
Gets a value that indicates whether the Framework supports IPv6 for certain obsolete Dns members.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. http://go.microsoft.com/fwlink/?linkid=14202")] property bool SupportsIPv6 { static bool get(); }
Property Value
Type: System::Booleantrue if the Framework supports IPv6 for certain obsolete Dns methods; otherwise, false.
The operating system may support both IPv4 and IPv6 protocols.
.NET Framework
Available since 1.1
Available since 1.1
Show: