WebServicesSection 类

控制 XML Web 服务及其客户端的行为。

语法

class WebServicesSection : ConfigurationSectionWithCollection  

方法

下表列出了 WebServicesSection 类公开的方法。

名称 说明
添加 (继承自 ConfigurationSectionWithCollection。)
清除 (从 ConfigurationSectionWithCollection 继承。)
Get (从 ConfigurationSectionWithCollection 继承。)
GetAllowDefinition (继承自 ConfigurationSection。)
GetAllowLocation (从 ConfigurationSection 继承。)
删除 (从 ConfigurationSectionWithCollection 继承。)
RevertToParent (从 ConfigurationSection 继承。)
SetAllowDefinition (从 ConfigurationSection 继承。)
SetAllowLocation (从 ConfigurationSection 继承。)

属性

下表列出了 WebServicesSection 类公开的属性。

名称 描述
ConformanceWarnings ConformanceWarningSettings 值,该值列出用于验证 Web 服务的 WS-I(Web 服务互操作性组织)配置文件。 注意:目前,.NET Framework 中唯一支持的 WS-I 配置文件是基本配置文件版本 1.1 (BasicProfile 1_1)
Diagnostics DiagnosticsSettings 值,该值指定是否将异常返回到客户端以进行调试。
Location (继承自 ConfigurationSection。)一个键属性。
Path (继承自 ConfigurationSection。)一个键属性。
Protocols WebServicesProtocolSettings 值,该值指定 ASP.NET 可用于解密 HTTP 请求中客户端浏览器发送的数据的传输协议。
SectionInformation (从 ConfigurationSection 继承。)
ServiceDescriptionFormatExtensionTypes ServiceDescriptionFormatSettings 值,该值指定要在配置文件范围内运行的服务说明格式扩展。
SoapEnvelopeProcessing SoapEnvelopeProcessingInfo 值,用于配置超时以帮助缓解拒绝服务攻击带来的风险。
SoapExtensionImporterTypes SoapExtensionImporterTypesSettings 值,该值指定在访问配置文件范围内的 Web 服务的服务说明以创建代理类时要运行的 SOAP 扩展。
SoapExtensionReflectorTypes SoapExtensionReflectorTypesSettings 值,该值指定在为配置文件范围内的所有 Web 服务生成服务说明时要运行的 SOAP 扩展。
SoapExtensionTypes SoapExtensionTypesInfo 值,该值指定要在配置文件范围内与所有 Web 服务一起运行的 SOAP 扩展。
SoapServerProtocolFactory SoapServerProtocolFactory 值,该值设置一个 System.Web.Services.Configuration.TypeElement 对象(对应于用于调用 Web 服务的协议)。
SoapTransportImporterTypes SoapTransportImporterTypesInfo 值,该值包含将 SOAP 传输协议导入 Web 服务的 SoapTransportImporterTypeElement 实例。
WsdlHelpGenerator WsdlHelpGeneratorInfo 值,该值指定当用户浏览到 .asmx 页面时,浏览器显示的 Web 服务帮助页面(一个 .aspx文件)。

子类

此类不包含子类。

继承层次结构

ConfigurationSection

ConfigurationSectionWithCollection

WebServicesSection

要求

类型 描述
客户端 - IIS 7.0(在 Windows Vista 上)
- IIS 7.5(在 Windows 7 上)
- IIS 8.0(在 Windows 8 上)
- IIS 10.0(在 Windows 10 上)
服务器 - IIS 7.0(在 Windows Server 2008 上)
- IIS 7.5(在 Windows Server 2008 R2 上)
- IIS 8.0(在 Windows Server 2012 上)
- IIS 8.5(在 Windows Server 2012 R2 上)
- IIS 10.0(在 Windows Server 2016 上)
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF 文件 WebAdministration.mof

另请参阅

System.Web.Configuration.SystemWebSectionGroup.WebServices
ConfigurationSectionWithCollection 类
ConformanceWarning 类
ConformanceWarningSettings 类
DiagnosticsSettings 类
ServiceDescriptionFormatSettings 类
SoapEnvelopeProcessingInfo 类
SoapExtensionImporterTypesSettings 类
SoapExtensionReflectorTypesSettings 类
SoapExtensionTypesInfo 类
SoapServerProtocolFactory 类
SoapTransportImporterTypeElement 类
SoapTransportImporterTypesInfo 类
TypeElement 类
WebServicesProtocolSettings 类
IIS 7.0: WebServicesSection 类
WsdlHelpGeneratorInfo 类
System.Web.Services.Description.SoapTransportImporter