Share via


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 対応しています。

適用対象

こちらもご覧ください