Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes/7.0/preview/api-diff/preview5/Microsoft.NETCore.App/7.0-preview5_System.Net.NetworkInformation.md')
-rw-r--r--release-notes/7.0/preview/api-diff/preview5/Microsoft.NETCore.App/7.0-preview5_System.Net.NetworkInformation.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/release-notes/7.0/preview/api-diff/preview5/Microsoft.NETCore.App/7.0-preview5_System.Net.NetworkInformation.md b/release-notes/7.0/preview/api-diff/preview5/Microsoft.NETCore.App/7.0-preview5_System.Net.NetworkInformation.md
new file mode 100644
index 00000000..329d97dc
--- /dev/null
+++ b/release-notes/7.0/preview/api-diff/preview5/Microsoft.NETCore.App/7.0-preview5_System.Net.NetworkInformation.md
@@ -0,0 +1,21 @@
+# System.Net.NetworkInformation
+
+``` diff
+ namespace System.Net.NetworkInformation {
+ public abstract class IPInterfaceStatistics {
+ public abstract long OutgoingPacketsDiscarded { get; }
+ }
+ public abstract class IPv4InterfaceStatistics {
+ public abstract long OutgoingPacketsDiscarded { get; }
+ }
+ public class NetworkChange {
+ public static event NetworkAddressChangedEventHandler NetworkAddressChanged;
+ public static event NetworkAvailabilityChangedEventHandler NetworkAvailabilityChanged;
+ }
+ public abstract class NetworkInterface {
+ public static int IPv6LoopbackInterfaceIndex { get; }
+ public static int LoopbackInterfaceIndex { get; }
+ }
+ }
+```
+