File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
nanoFramework.System.Net/NetworkInformation Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,12 @@ internal enum UpdateOperation : byte
5656 /// <summary>
5757 /// Indicates whether any network connection is available.
5858 /// </summary>
59- /// <returns><see langword="true"/> if a network connection is available; otherwise, <see langword="false"/>.</returns>
59+ /// <returns>
60+ /// <see langword="true"/> if a network connection is available; otherwise, <see langword="false"/>.
61+ /// </returns>
62+ /// <remarks>
63+ /// A network connection is considered to be available if any network interface is marked "up" and is not a loopback or tunnel interface.
64+ /// </remarks>
6065 [ MethodImpl ( MethodImplOptions . InternalCall ) ]
6166 public extern static bool GetIsNetworkAvailable ( ) ;
6267
You can’t perform that action at this time.
0 commit comments