System.Web.Services.Configuration.WebServicesSection Members

The members of System.Web.Services.Configuration.WebServicesSection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationSection

Public Constructors

Public Properties

[read-only]
ConformanceWarningsWsiProfilesElementCollection.

Gets the collection of conformance warnings for the Web Service. This property corresponds to the configurationWarnings element in the configuration file.

[read-only]
static
CurrentWebServicesSection.

Gets a System.Web.Services.Configuration.WebServicesSection object that represents the current section.

DiagnosticsDiagnosticsElement.

Gets or sets the System.Web.Services.Configuration.DiagnosticsElement for the System.Web.Services.Configuration.WebServicesSection object.

[read-only]
EnabledProtocolsWebServiceProtocols.

Gets one of the System.Web.Services.Configuration.WebServiceProtocols values that indicates the Web service protocol.

[read-only]
ProtocolsProtocolElementCollection.

Gets the transmission protocol that is used to decrypt data sent from a client browser in an HTTP request.

[read-only]
ServiceDescriptionFormatExtensionTypesTypeElementCollection.

Gets the System.Web.Services.Configuration.TypeElementCollection that specifies the service description format extension to run within the scope of the configuration file.

SoapEnvelopeProcessingSoapEnvelopeProcessingElement.

Gets or sets the System.Web.Services.Configuration.SoapEnvelopeProcessingElement for the System.Web.Services.Configuration.WebServicesSection object.

[read-only]
SoapExtensionImporterTypesTypeElementCollection.

Gets the System.Web.Services.Configuration.TypeElementCollection that specifies the SOAP extensions to run when a service description for an XML Web service within the scope of the configuration file is accessed.

[read-only]
SoapExtensionReflectorTypesTypeElementCollection.

Gets the System.Web.Services.Configuration.TypeElementCollection that specifies the SOAP extensions to run when a service description is generated for all XML Web services within the scope of the configuration file.

[read-only]
SoapExtensionTypesSoapExtensionTypeElementCollection.

Gets the System.Web.Services.Configuration.SoapExtensionTypeElementCollection that specifies the SOAP extensions to run with all XML Web services within the scope of the configuration file.

[read-only]
SoapServerProtocolFactoryTypeTypeElement.

Gets a System.Web.Services.Configuration.TypeElement object that corresponds to the protocol used to call the Web service.

[read-only]
SoapTransportImporterTypesTypeElementCollection.

Gets a System.Web.Services.Configuration.TypeElementCollection object that represents the SoapTransportImporterTypes configuration element.

[read-only]
WsdlHelpGeneratorWsdlHelpGeneratorElement.

Gets the Web service Help page (an .aspx file) that is displayed to a browser when the browser navigates directly to an ASMX page.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Public Methods

static
GetSection(System.Configuration.Configuration) : WebServicesSection

Retrieves the specified configuration section.

Protected Methods

override
InitializeDefault()
Documentation for this section has not yet been entered.
override
Reset(System.Configuration.ConfigurationElement)
Documentation for this section has not yet been entered.