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 ceacd49 commit ceab550Copy full SHA for ceab550
nanoFramework.System.Net/NetworkHelper/NetworkHelper.cs
@@ -36,7 +36,7 @@ public static class NetworkHelper
36
/// Event signaling that networking it's ready.
37
/// </summary>
38
/// <remarks>
39
- /// The conditions for this are setup in the call to <see cref="SetupNetworkHelper"/>.
+ /// The conditions for this are setup in the call to <see cref="SetupNetworkHelper(bool)"/>.
40
/// It will be a composition of network connected, IpAddress available and valid system <see cref="DateTime"/>.</remarks>
41
public static ManualResetEvent NetworkReady => _networkReady;
42
0 commit comments