Share via


SettingsSection.ServicePointManager Propriedade

Definição

Obtém o elemento de configuração que controla as configurações para conexões com os computadores 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 da propriedade

O elemento de configuração que controla as configurações de conexões com computadores host remotos.

Atributos

Comentários

As configurações correspondem às propriedades na ServicePointManager classe .

Aplica-se a

Confira também