<serviceDescriptionFormatExtensionTypes> の <add> 要素
構成ファイルのスコープ内で実行されるサービスの説明形式拡張機能を追加します。
<configuration>
<system.web>
<webServices>
<serviceDescriptionFormatExtensionTypes>
<add>
<add type="service description format extension type"/>
必須属性
属性 | 説明 |
---|---|
type | 追加されるサービスの説明形式拡張機能クラスを指定します。 |
例
サービスの説明形式拡張機能クラスを追加する例を次に示します。
<configuration>
<system.web>
<webServices>
<serviceDescriptionFormatExtensionType>
<add name="NameOfClass"/>
</serviceDescriptionFormatExtensionType>
</webServices>
</system.web>
</configuration>
必要条件
格納されている場所 : <system.web>
Web プラットフォーム : IIS 5.0、IIS 5.1、IIS 6.0
構成ファイル : Machine.config、Web.config
構成セクション ハンドラ : System.Web.Services.Configuration.WebServicesConfigurationSectionHandler
参照
<serviceDescriptionFormatExtensionTypes> 要素 | <webServices> 要素 | ASP.NET を使用して作成した XML Web サービスと XML Web サービス クライアント | ASP.NET の構成 | ASP.NET 設定スキーマ