添加要在配置文件范围内运行的服务说明格式的扩展。
配置结构的示例:
<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>