12 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\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)
188NetworkChange.NetworkAddressChanged += networkChangedDelegate; 214~NetworkChangeCleanup() => NetworkChange.NetworkAddressChanged -= _handler; 218NetworkChange.NetworkAddressChanged -= _handler;
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\NetworkAddressChange.cs (1)
35public static void RegisterNetworkChange(NetworkChange nc) { }
System.Net.WebProxy (2)
System\Net\WebProxy.NonWasm.cs (2)
62NetworkChange.NetworkAddressChanged += (s, e) => 67NetworkChange.NetworkAvailabilityChanged += (s, e) =>