次の方法で共有


HttpProtocolSection クラス

HTTP プロトコル構成セクションを表します。

構文

class HttpProtocolSection : ConfigurationSectionWithCollection  

メソッド

次の表に、HttpProtocolSection クラスによって公開されるメソッドの一覧を示します。

名前 説明
[追加] (ConfigurationSectionWithCollection から継承。)
Clear (ConfigurationSectionWithCollection から継承。)
Get (ConfigurationSectionWithCollection から継承。)
GetAllowDefinition (ConfigurationSection から継承。)
GetAllowLocation (ConfigurationSection から継承。)
削除 (ConfigurationSectionWithCollection から継承。)
RevertToParent (ConfigurationSection から継承。)
SetAllowDefinition (ConfigurationSection から継承。)
SetAllowLocation (ConfigurationSection から継承。)

プロパティ

次の表は、HttpProtocolSection クラスによって公開されるプロパティの一覧です。

名前 説明
AllowKeepAlive boolean 値。 IIS がサーバーへの複数の要求間でクライアント/サーバー接続を開いたままにする場合は true。それ以外の場合は false。 既定値は、true です。

開いている接続では、クライアントが Web ページのコンテンツを複数回要求する場合のパフォーマンスが向上します。 このプロパティが false の場合、サーバーは要求ごとに新しい接続を開く必要があります。 注: 統合セキュリティまたは接続ベースの認証サービス (統合 Windows 認証など) を使う場合は、HTTP Keep-Alive ヘッダーを使う必要があります。
CustomHeaders Web サーバーからの応答で HTTP ヘッダーに追加される名前と値のペアを含む CustomHeaderSettings 値。
Location (ConfigurationSection から継承。)キー プロパティ。
Path (ConfigurationSection から継承。)キー プロパティ。
RedirectHeaders Web サーバーからの応答で HTTP ヘッダーに追加されるリダイレクトの名前と値のペアを含む RedirectHeaderSettings 値。
SectionInformation (ConfigurationSection から継承。)

サブクラス

このクラスにはサブクラスが含まれていません。

継承階層

ConfigurationSection

ConfigurationSectionWithCollection

HttpProtocolSection

要件

説明
クライアント - 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

参照

ConfigurationSectionWithCollection クラス
CustomHeaderSettings クラス
NameValueConfigurationElement クラス
RedirectHeaderSettings クラス