Accessing the Network
If your machine is connected to a network, you can use the My.Computer.Network property that wraps some functionalities of the System.Net namespace. The most interesting members are the IsNetworkAvailable property that returns True if the machine is connected, the DownloadFile method that allows downloading a file from the network, UploadFile that allows uploading a file to the specified target on the network, and Ping that sends a ping to the specified address. The following code checks first for network availability, then sends a ping to my English language blog, and in the end attempts to download a file from the Italian VB Tips & Tricks community (where I’m a team member) passing credentials as strings:
Notice how a ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access