Gets names of the hosts in the local network.

Namespace:  PerpetuumSoft.Framework.Utilities
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static string[] BrowseLocalNetwork()
Visual Basic (Declaration)
Public Shared Function BrowseLocalNetwork As String()
Visual C++
public:
static array<String^>^ BrowseLocalNetwork()

See Also