ServiceDescriptionFormatExtension.Handled Property
.NET Framework 3.0
Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is used by the import process when the extensibility element is imported.
Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
/** @property */ public boolean get_Handled () /** @property */ public void set_Handled (boolean value)
public function get Handled () : boolean public function set Handled (value : boolean)
Not applicable.
Property Value
True if the ServiceDescriptionFormatExtension is used by the import process; otherwise, false. The default is false.A derived class, representing an extensibility element added to an XML Web service, can be attached to a ServiceDescription by using the Import method (which is used by the wsdl.exe tool). You can also use a custom class derived from the SoapExtensionImporter class to extend the import process to handle custom extensibility elements.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: