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::OSSupportsIPv6 Property

 

Indicates whether the underlying operating system and network adaptors support Internet Protocol version 6 (IPv6).

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

public:
property bool OSSupportsIPv6 {
	static bool get();
}

Property Value

Type: System::Boolean

true if the operating system and network adaptors support the IPv6 protocol; otherwise, false.

The operating system may support both IPv4 and IPv6 protocols.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show:
© 2017 Microsoft