共用方式為


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 屬性。

適用於

另請參閱