SettingsSection::ServicePointManager Property

 

Gets the configuration element that controls settings for connections to remote host computers.

Namespace:   System.Net.Configuration
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
Return to top
Show: