ServicePoint.Address Properti
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan Pengidentifikasi Sumber Daya Seragam (URI) server yang tersambung dengan objek ini ServicePoint .
public:
property Uri ^ Address { Uri ^ get(); };
public Uri Address { get; }
member this.Address : Uri
Public ReadOnly Property Address As Uri
Instans Uri kelas yang berisi URI server Internet tempat objek ini ServicePoint tersambung.
ServicePoint dalam mode host.
Contoh kode berikut menampilkan nilai properti ini.
// Display the ServicePoint Internet resource address.
Console::WriteLine( "Address = {0}", sp->Address );
// Display the ServicePoint Internet resource address.
Console.WriteLine("Address = {0} ", sp.Address.ToString());
' Display the ServicePoint Internet resource address.
Console.WriteLine(("Address = " + sp.Address.ToString()))
Produk | Versi |
---|---|
net-8.0 | net-8.0 |
Umpan balik .NET
.NET adalah proyek sumber terbuka. Pilih tautan untuk memberikan umpan balik: