11 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 (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
760if (!nextAuthorityPersist && NetworkChange.IsSupported)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
210NetworkChange.NetworkAddressChanged += networkChangedDelegate; 236~NetworkChangeCleanup() => NetworkChange.NetworkAddressChanged -= _handler; 240NetworkChange.NetworkAddressChanged -= _handler;
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\NetworkAddressChange.cs (1)
40public static void RegisterNetworkChange(NetworkChange nc) { }