Condividi tramite


SettingsSection.ServicePointManager Proprietà

Definizione

Ottiene l'elemento di configurazione che controlla le impostazioni per le connessioni ai computer host remoti.

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

Valore della proprietà

Elemento di configurazione che controlla le impostazioni per le connessioni ai computer host remoti.

Attributi

Commenti

Le impostazioni corrispondono alle proprietà nella ServicePointManager classe.

Si applica a

Vedi anche