Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.75 KB

File metadata and controls

46 lines (38 loc) · 1.75 KB
title Performing Network Operations (Visual Basic)
ms.custom
ms.date 07/20/2015
ms.prod .net
ms.reviewer
ms.suite
ms.technology
devlang-visual-basic
ms.topic article
helpviewer_keywords
network operations, performing
My.Computer.Network object, tasks
ms.assetid 8ecc47ce-7730-49cd-b21d-3a13477eec6b
caps.latest.revision 10
author dotnet-bot
ms.author dotnetcontent

Performing Network Operations (Visual Basic)

The following tables list tasks associated with the My.Computer.Network object.

In This Section

How to: Upload a File
Demonstrates how to upload a file and store it to a remote location using My.Computer.Network.

How to: Download a File
Demonstrates how to download a file from a remote location using My.Computer.Network.

How to: Check Connection Status
Shows how to determine whether the computer has a working network connection.

Reference

xref:Microsoft.VisualBasic.Devices.Network
Lists methods, properties, and events for working with the network.

xref:Microsoft.VisualBasic.Devices.Network.DownloadFile%2A
Describes the DownloadFile method.

xref:Microsoft.VisualBasic.Devices.Network.Ping%2A
Describes the Ping method.

xref:Microsoft.VisualBasic.Devices.Network.UploadFile%2A
Describes the UploadFile method.

xref:Microsoft.VisualBasic.Devices.Network.IsAvailable
Describes the IsAvailable property.