Share via


SettingsSection.ServicePointManager Propiedad

Definición

Obtiene el elemento de configuración que controla la configuración de las conexiones a los equipos host remotos.

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

Valor de propiedad

Elemento de configuración que controla la configuración de las conexiones a equipos host remotos.

Atributos

Comentarios

La configuración corresponde a las propiedades de la ServicePointManager clase .

Se aplica a

Consulte también