Enable NetworkAddressChange on FreeBSD (#1602)
authorAdeel Mujahid <adeelbm@outlook.com>
Wed, 22 Jan 2020 21:26:37 +0000 (23:26 +0200)
committerStephen Toub <stoub@microsoft.com>
Wed, 22 Jan 2020 21:26:37 +0000 (16:26 -0500)
commita412911435addd750f778d3495996e13b1b8f686
tree18a4a06065738ed5395644bef5a60039a3707894
parent7a02a5354c6fc5be9e36351532e0091d4e21caf8
Enable NetworkAddressChange on FreeBSD (#1602)
src/libraries/Common/src/Interop/Linux/System.Native/Interop.NetworkChange.cs [deleted file]
src/libraries/Common/src/Interop/Unix/System.Native/Interop.NetworkChange.cs [new file with mode: 0644]
src/libraries/Native/Unix/System.Native/CMakeLists.txt
src/libraries/Native/Unix/System.Native/pal_networkchange.c
src/libraries/Native/Unix/System.Native/pal_networkchange.h
src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj
src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/NetworkAddressChange.Linux.cs [deleted file]
src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/NetworkAddressChange.Unix.cs [new file with mode: 0644]
src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/NetworkAddressChangedTests.cs
src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/NetworkAvailabilityChangedTests.cs