Imported Upstream version 6.8.0.85

Former-commit-id: 4d082389a087ae772e72065f310eb8acb3432852
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2020-01-02 08:39:36 +00:00
parent 76568287a2
commit 2ad2b699d6
52 changed files with 52 additions and 49 deletions

View File

@ -1083,6 +1083,9 @@ namespace System.Net.Sockets
sockares.CurrentAddress++;
sockares.EndPoint = new IPEndPoint (sockares.Addresses [i], sockares.Port);
if (!sockares.socket.CanTryAddressFamily(sockares.EndPoint.AddressFamily))
continue;
return BeginSConnect (sockares);
} catch (Exception e) {
exc = e;