System.Web.Services.Description.ServiceDescriptionFormatExtension.Handled Property

Gets or sets a value indicating whether the System.Web.Services.Description.ServiceDescriptionFormatExtension is used by the import process when the extensibility element is imported.

Syntax

[System.Xml.Serialization.XmlIgnore]
public bool Handled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A derived class, representing an extensibility element added to an XML Web service, can be attached to a System.Web.Services.Description.ServiceDescription by using the ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace, System.CodeDom.CodeCompileUnit) method (which is used by the wsdl.exe tool). You can also use a custom class derived from the System.Web.Services.Description.SoapExtensionImporter class to extend the import process to handle custom extensibility elements.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0