SettingsSection.ServicePointManager Propriedade

Definição

Obtém o elemento de configuração que controla as definições para ligações a computadores anfitriões 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 Propriedade

O elemento de configuração que controla as definições para ligações a computadores anfitriões remotos.

Atributos

Observações

As definições correspondem às propriedades da ServicePointManager classe.

Aplica-se a

Ver também