Bagikan melalui


ServerComputer.Network Properti

Definisi

Mendapatkan objek yang menyediakan properti dan metode untuk berinteraksi dengan jaringan yang tersambung dengan komputer.

public:
 property Microsoft::VisualBasic::Devices::Network ^ Network { Microsoft::VisualBasic::Devices::Network ^ get(); };
public Microsoft.VisualBasic.Devices.Network Network { get; }
member this.Network : Microsoft.VisualBasic.Devices.Network
Public ReadOnly Property Network As Network

Nilai Properti

Objek My.Computer.Network untuk komputer.

Contoh

Contoh ini mengunggah file Order.txt ke http://www.cohowinery.com/uploads.

My.Computer.Network.UploadFile ( 
"C:\My Documents\Order.txt", 
"http://www.cohowinery.com/uploads.aspx")

Keterangan

Properti ini menyediakan akses mudah ke Network objek .

Ketersediaan menurut Jenis Proyek

Jenis proyek Tersedia
Aplikasi Formulir Windows Ya
Pustaka Kelas Ya
Aplikasi Konsol Ya
Pustaka Kontrol Formulir Windows Ya
Pustaka Kontrol Web Ya
Layanan Windows Ya
Situs Web Ya

Berlaku untuk

Lihat juga