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

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: 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
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].
Anders Johnsen 2013/11/29 08:35:10 Is this available on IPv4 only interfaces?
Søren Gjesse 2013/11/29 10:01:20 I think so. On windows it is part of the standard
+ */
+ String get index;
+
+ /**
* Get a list of [InternetAddress]s currently bound to this
* [NetworkInterface].
*/

Powered by Google App Engine
This is Rietveld 408576698