Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Unified Diff: sdk/lib/io/socket.dart

Issue 95183002: Add the index information to network interface (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/socket_win.cc ('k') | tests/standalone/io/network_interface_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/socket.dart
diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart
index f1ceec534b7453aa5aa5b767f98e236e951f0f7a..2f789585e6ca4313485ed1cdc31a981035734921 100644
--- a/sdk/lib/io/socket.dart
+++ b/sdk/lib/io/socket.dart
@@ -145,6 +145,11 @@ abstract class NetworkInterface {
String get name;
/**
+ * Get the index of the [NetworkInterface].
+ */
+ String get index;
+
+ /**
* Get a list of [InternetAddress]s currently bound to this
* [NetworkInterface].
*/
« no previous file with comments | « runtime/bin/socket_win.cc ('k') | tests/standalone/io/network_interface_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698