SettingsSection.ServicePointManager Eigenschaft

Definition

Ruft das Konfigurationselement ab, das Einstellungen für Verbindungen mit Remotehostcomputern steuert.

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

Eigenschaftswert

Das Konfigurationselement, das Die Einstellungen für Verbindungen mit Remotehostcomputern steuert.

Attribute

Hinweise

Die Einstellungen entsprechen eigenschaften in der ServicePointManager -Klasse.

Gilt für:

Weitere Informationen