24 references to OSSupportsIPv6
SMSvcHost (1)
System\ServiceModel\Activation\TransportListener.cs (1)
52
if (Socket.
OSSupportsIPv6
)
System (15)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
87
else if(Socket.
OSSupportsIPv6
)
net\System\Net\DNS.cs (1)
1142
(pAddressInfo->ai_family == AddressFamily.InterNetworkV6 && Socket.
OSSupportsIPv6
))
net\System\Net\Internal.cs (2)
563
if(Socket.
OSSupportsIPv6
){
600
if(Socket.
OSSupportsIPv6
&& (startIPOptions & StartIPOptions.StartIPv6) !=0){
net\System\Net\IPAddress.cs (2)
187
if(Socket.
OSSupportsIPv6
)
435
if(Socket.
OSSupportsIPv6
)
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
264
if(Socket.
OSSupportsIPv6
){
314
if(Socket.
OSSupportsIPv6
&& (startIPOptions & StartIPOptions.StartIPv6) !=0){
net\System\Net\NetworkInformation\ping.cs (1)
749
else if ((ip.AddressFamily == AddressFamily.InterNetworkV6 && !Socket.
OSSupportsIPv6
))
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
200
if (Socket.
OSSupportsIPv6
) {
305
if (Socket.
OSSupportsIPv6
) {
net\System\Net\ServicePoint.cs (1)
249
if ( Socket.
OSSupportsIPv6
) {
net\System\Net\Sockets\_MultipleConnectAsync.cs (1)
429
if (Socket.
OSSupportsIPv6
)
net\System\Net\Sockets\TCPClient.cs (1)
224
if (Socket.
OSSupportsIPv6
){
net\System\Net\Sockets\UDPClient.cs (1)
341
if (Socket.
OSSupportsIPv6
){
System.Runtime.Remoting (1)
channels\core\socketcache.cs (1)
109
connectIPv6 = Socket.
OSSupportsIPv6
&& HasIPv6Address(_addressList);
System.ServiceModel (5)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
253
bool useIPv6 = (this.ListenUri.HostNameType != UriHostNameType.IPv4) && Socket.
OSSupportsIPv6
;
System\ServiceModel\Channels\PeerIPHelper.cs (1)
443
if (Socket.
OSSupportsIPv6
)
System\ServiceModel\Channels\SocketConnection.cs (2)
1712
if (addressFamily == AddressFamily.InterNetworkV6 && !Socket.
OSSupportsIPv6
)
1867
if (addressFamily == AddressFamily.InterNetworkV6 && !Socket.
OSSupportsIPv6
)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
334
bool useIPv6 = Socket.
OSSupportsIPv6
;
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpUtility.cs (2)
74
ipV6Supported = Socket.
OSSupportsIPv6
;
237
ThrowIfNoSocketSupport(Socket.OSSupportsIPv4, Socket.
OSSupportsIPv6
);