SettingsSection.ServicePointManager 属性

定义

获取控制远程主机连接设置的配置元素。

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

属性值

控制与远程主机计算机的连接的设置的配置元素。

属性

注解

设置对应于 类中的 ServicePointManager 属性。

适用于

另请参阅