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