ServiceDescriptionFormatExtension

ServiceDescriptionFormatExtension

System.Web.Services.Description (system.web.services.dll)abstract class

This abstract class allows you to create a WSDL extensibility element. Extensibility elements can be added at many levels by adding a ServiceDescriptionFormatExtension object to the Extensions collection of a class in this namespace. Note that you will also need to derive your own SoapExtensionImporter class if you need to extend the import process to use your extensibility element when generating a proxy class.

public abstract class ServiceDescriptionFormatExtension { // Protected Constructors     protected ServiceDescriptionFormatExtension( );  // Public Instance Properties    public bool Handled{set; get; }    public object Parent{get; }    public bool Required{set; get; } }

Subclasses

Multiple types



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net