SettingsSection クラス
.NET Framework がネットワークに接続する方法を指定するための設定が含まれています。
構文
class SettingsSection : ConfigurationSection
メソッド
次の表に、SettingsSection
クラスによって公開されるメソッドの一覧を示します。
名前 | 説明 |
---|---|
GetAllowDefinition | (ConfigurationSection から継承。) |
GetAllowLocation | (ConfigurationSection から継承。) |
RevertToParent | (ConfigurationSection から継承。) |
SetAllowDefinition | (ConfigurationSection から継承。) |
SetAllowLocation | (ConfigurationSection から継承。) |
プロパティ
次の表は、SettingsSection
クラスによって公開されるプロパティの一覧です。
名前 | 説明 |
---|---|
HttpWebRequest |
Web 要求パラメーターをカスタマイズする HttpWebRequestSettings 値。 |
Ipv6 |
System.Net.Dns クラスのメンバーがインターネット プロトコル バージョン 6 (IPv6) アドレスを返すかどうかを指定する Ipv6Settings 値。 |
Location |
(ConfigurationSection から継承。)キー プロパティ。 |
Path |
(ConfigurationSection から継承。)キー プロパティ。 |
PerformanceCounters |
ネットワーク パフォーマンス カウンターを有効または無効にする PerformanceCountersSettings 値。 |
SectionInformation |
(ConfigurationSection から継承。) |
ServicePointManager |
ネットワーク リソースへの接続を構成する ServicePointManagerSettings 値。 |
Socket |
ソケット操作で完了ポートを使用するかどうかを指定する SocketSettings 値。 |
WebProxyScript |
WebProxyScriptSettings Web プロキシの検出に使用されるスクリプトの特性を構成する値です。 |
サブクラス
このクラスにはサブクラスが含まれていません。
継承階層
SettingsSection
要件
型 | 説明 |
---|---|
クライアント | - Windows Vista 上の IIS 7.0 - Windows 7 上の IIS 7.5 - Windows 8 上の IIS 8.0 - Windows 10 上の IIS 10.0 |
[サーバー] | - Windows Server 2008 上の IIS 7.0 - Windows Server 2008 R2 上の IIS 7.5 - Windows Server 2012 上の IIS 8.0 - Windows Server 2012 R2 上の IIS 8.5 - Windows Server 2016 上の IIS 10.0 |
Product | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 |
MOF ファイル | WebAdministration.mof |
参照
ConfigurationSection クラス
HttpWebRequestSettings クラス
Ipv6Settings クラス
PerformanceCountersSettings クラス
ServicePointManagerSettings クラス
SocketSettings クラス
WebProxyScriptSettings クラス
System.Net.Dns クラス