Skip to content

Commit

Permalink
[System] Use corefx NetworkChange on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Jul 29, 2020
1 parent 6e529ac commit 46e7ab3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions mcs/class/System/win32_net_4_x_System.dll.exclude.sources
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
#include macos_networkinfo.sources

../../../external/corefx/src/Common/src/System/Net/Security/CertificateHelper.Unix.cs
System.Net.NetworkInformation/NetworkChange.cs
15 changes: 15 additions & 0 deletions mcs/class/System/win32_net_4_x_System.dll.sources
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,18 @@ System.Net.NetworkInformation/Win32UnixFactoryPal.cs
../../../external/corefx/src/Common/src/System/Net/ContextAwareResult.Windows.cs
../../../external/corefx/src/Common/src/Interop/Windows/Crypt32/Interop.FindOidInfo.cs
../../../external/corefx/src/System.Security.Cryptography.Encoding/src/Internal/Cryptography/OidLookup.Windows.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.SetFileCompletionNotificationModes.cs
../../../external/corefx/src/Common/src/Interop/Windows/Winsock/Interop.WSAEventSelect.cs
../../../external/corefx/src/Common/src/Interop/Windows/Winsock/Interop.WSAIoctl.cs
../../../external/corefx/src/Common/src/Interop/Windows/Winsock/Interop.WSASocketW.SafeCloseSocket.cs
../../../external/corefx/src/Common/src/Interop/Windows/Winsock/Interop.WinsockBSD.cs
../../../external/corefx/src/Common/src/Interop/Windows/Winsock/Interop.accept.cs
../../../external/corefx/src/Common/src/Interop/Windows/Winsock/Interop.closesocket.cs
../../../external/corefx/src/Common/src/Interop/Windows/Winsock/Interop.ioctlsocket.cs
../../../external/corefx/src/Common/src/Interop/Windows/Winsock/Interop.setsockopt.cs
../../../external/corefx/src/Common/src/System/Net/CompletionPortHelper.Windows.cs
../../../external/corefx/src/Common/src/System/Net/SafeCloseSocket.cs
../../../external/corefx/src/Common/src/System/Net/SafeCloseSocket.Windows.cs
../../../external/corefx/src/Common/src/System/Net/SafeCloseSocketAndEvent.cs
../../../external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/NetworkAddressChange.cs
../../../external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/NetworkAddressChange.Windows.cs

0 comments on commit 46e7ab3

Please sign in to comment.