11 references to NetworkChange
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\Devices\Network.Availability.vb (3)
85
AddHandler NetInfoAlias.
NetworkChange
.NetworkAddressChanged,
104
RemoveHandler NetInfoAlias.
NetworkChange
.NetworkAddressChanged,
149
RemoveHandler 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)
760
if (!nextAuthorityPersist &&
NetworkChange
.IsSupported)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
210
NetworkChange
.NetworkAddressChanged += networkChangedDelegate;
236
~NetworkChangeCleanup() =>
NetworkChange
.NetworkAddressChanged -= _handler;
240
NetworkChange
.NetworkAddressChanged -= _handler;
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\NetworkAddressChange.cs (1)
40
public static void RegisterNetworkChange(
NetworkChange
nc) { }