ServicePoint.CurrentConnections Properti
Definisi
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 jumlah koneksi terbuka yang terkait dengan objek ServicePoint ini.
public:
property int CurrentConnections { int get(); };
public int CurrentConnections { get; }
member this.CurrentConnections : int
Public ReadOnly Property CurrentConnections As Integer
Nilai Properti
Jumlah koneksi terbuka yang terkait dengan objek ServicePoint ini.
Contoh
Contoh kode berikut menggunakan properti CurrentConnections untuk menentukan jumlah koneksi Internet terbuka yang terkait dengan objek ServicePoint 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()))
Keterangan
Hati
WebRequest
, HttpWebRequest
, ServicePoint
, dan WebClient
usang, dan Anda tidak boleh menggunakannya untuk pengembangan baru. Gunakan HttpClient sebagai gantinya.
Properti CurrentConnections berisi jumlah koneksi Internet terbuka yang terkait dengan objek ServicePoint ini. Nilai CurrentConnections tidak boleh melebihi ConnectionLimit.