10 references to NetworkChange
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\Devices\Network.Availability.vb (3)
85AddHandler NetInfoAlias.NetworkChange.NetworkAddressChanged, 104RemoveHandler NetInfoAlias.NetworkChange.NetworkAddressChanged, 149RemoveHandler NetInfoAlias.NetworkChange.NetworkAddressChanged,
netstandard (1)
netstandard.cs (1)
1212[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkChange))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
701[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkChange))]
System.Net (1)
System.Net.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.NetworkChange))]
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
191NetworkChange.NetworkAddressChanged += networkChangedDelegate; 217~NetworkChangeCleanup() => NetworkChange.NetworkAddressChanged -= _handler; 221NetworkChange.NetworkAddressChanged -= _handler;
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\NetworkAddressChange.cs (1)
35public static void RegisterNetworkChange(NetworkChange nc) { }