We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee93385 commit 0ae6438Copy full SHA for 0ae6438
Microsoft.Toolkit.Uwp.Connectivity/Network/ConnectionInformation.cs
@@ -135,9 +135,9 @@ public bool IsInternetOnMeteredConnection
135
public byte? SignalStrength { get; private set; }
136
137
/// <summary>
138
- /// Gets signal strength for the current Internet Connection Profile.
+ /// Gets the network names associated with the current Internet Connection Profile.
139
/// </summary>
140
- /// <returns>value of <see cref="NetworkConnectivityLevel"/></returns>
+ /// <returns>value of <see cref="IReadOnlyList<string>"/></returns>
141
public IReadOnlyList<string> NetworkNames
142
{
143
get
@@ -146,4 +146,4 @@ public IReadOnlyList<string> NetworkNames
146
}
147
148
149
-}
+}
0 commit comments