SettingsSection.ServicePointManager Propriété

Définition

Obtient l'élément de configuration qui contrôle les paramètres pour les connexions aux ordinateurs hôtes distants.

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

Valeur de propriété

Élément de configuration qui contrôle les paramètres des connexions aux ordinateurs hôtes distants.

Attributs

Remarques

Les paramètres correspondent aux propriétés de la ServicePointManager classe .

S’applique à

Voir aussi