SettingsSection::ServicePointManager Property
.NET Framework (current version)
Gets the configuration element that controls settings for connections to remote host computers.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("servicePointManager")] property ServicePointManagerElement^ ServicePointManager { ServicePointManagerElement^ get(); }
Property Value
Type: System.Net.Configuration::ServicePointManagerElement^A ServicePointManagerElement object.
The configuration element that that controls setting used network performance counters for connections to remote host computers.
The settings correspond to properties in the ServicePointManager class.
.NET Framework
Available since 2.0
Available since 2.0
Show: