Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Socket::SupportsIPv6 Property

 
Note: This API is now obsolete.

Gets a value that indicates whether the Framework supports IPv6 for certain obsolete Dns members.

Namespace:   System.Net.Sockets
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::Boolean

true 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
Return to top
Show:
© 2017 Microsoft