ServiceDescriptionFormatExtension Class (System.Web.Services.Description)

Switch View :
ScriptFree
.NET Framework Class Library
ServiceDescriptionFormatExtension Class

Represents an extensibility element added to an XML Web service.

Namespace:  System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)
Syntax

Visual Basic (Declaration)
Public MustInherit Class ServiceDescriptionFormatExtension
Visual Basic (Usage)
Dim instance As ServiceDescriptionFormatExtension
C#
public abstract class ServiceDescriptionFormatExtension
Visual C++
public ref class ServiceDescriptionFormatExtension abstract
JScript
public abstract class ServiceDescriptionFormatExtension
Remarks

In a derived class, the ServiceDescriptionFormatExtension class allows users to define extensibility elements in addition to those defined in the Web Services Description Language (WSDL) specification. Extensibility elements can be added to a ServiceDescription at any of several levels within the class hierarchy. Thus many classes derived from the DocumentableItem class (including the ServiceDescription class) have an Extensions property, which returns a ServiceDescriptionFormatExtensionCollection.

Inheritance Hierarchy

System.Object
  System.Web.Services.Description.ServiceDescriptionFormatExtension
    System.Web.Services.Description.HttpAddressBinding
    System.Web.Services.Description.HttpBinding
    System.Web.Services.Description.HttpOperationBinding
    System.Web.Services.Description.HttpUrlEncodedBinding
    System.Web.Services.Description.HttpUrlReplacementBinding
    System.Web.Services.Description.MimeContentBinding
    System.Web.Services.Description.MimeMultipartRelatedBinding
    System.Web.Services.Description.MimePart
    System.Web.Services.Description.MimeTextBinding
    System.Web.Services.Description.MimeXmlBinding
    System.Web.Services.Description.SoapAddressBinding
    System.Web.Services.Description.SoapBinding
    System.Web.Services.Description.SoapBodyBinding
    System.Web.Services.Description.SoapFaultBinding
    System.Web.Services.Description.SoapHeaderBinding
    System.Web.Services.Description.SoapHeaderFaultBinding
    System.Web.Services.Description.SoapOperationBinding
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
See Also

Reference