9 references to OSSupportsIPv6
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (3)
12
Socket.
OSSupportsIPv6
? NetworkFiles.Tcp6ConnectionsFile : null);
18
Socket.
OSSupportsIPv6
? NetworkFiles.Tcp6ConnectionsFile : null);
24
Socket.
OSSupportsIPv6
? NetworkFiles.Udp6ConnectionsFile : null);
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicApi.cs (1)
82
if (!Socket.
OSSupportsIPv6
)
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (2)
258
public static bool SupportsIPv6 =>
OSSupportsIPv6
;
263
internal static bool OSSupportsIPv6DualMode => !OperatingSystem.IsWasi() &&
OSSupportsIPv6
;
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
738
attemptSocket = tempSocketIPv6 ??= (Socket.
OSSupportsIPv6
? new Socket(AddressFamily.InterNetworkV6, socketType, protocolType) : null);
System\Net\Sockets\TCPListener.cs (1)
255
if (Socket.
OSSupportsIPv6
)
System\Net\Sockets\UDPClient.cs (1)
716
if (Socket.
OSSupportsIPv6
)