SettingsSection.ServicePointManager Vlastnost

Definice

Získá konfigurační prvek, který řídí nastavení pro připojení ke vzdáleným hostitelským počítačům.

public:
 property System::Net::Configuration::ServicePointManagerElement ^ ServicePointManager { System::Net::Configuration::ServicePointManagerElement ^ get(); };
[System.Configuration.ConfigurationProperty("servicePointManager")]
public System.Net.Configuration.ServicePointManagerElement ServicePointManager { get; }
[<System.Configuration.ConfigurationProperty("servicePointManager")>]
member this.ServicePointManager : System.Net.Configuration.ServicePointManagerElement
Public ReadOnly Property ServicePointManager As ServicePointManagerElement

Hodnota vlastnosti

Element konfigurace, který řídí nastavení připojení ke vzdáleným hostitelským počítačům.

Atributy

Poznámky

Nastavení odpovídají vlastnostem ServicePointManager ve třídě.

Platí pro

Viz také