ServiceDescriptionFormatExtension Class
Represents an extensibility element added to an XML Web service.
Assembly: System.Web.Services (in System.Web.Services.dll)
The ServiceDescriptionFormatExtension type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ServiceDescriptionFormatExtension | Initializes a new instance of the ServiceDescriptionFormatExtension class. |
| Name | Description | |
|---|---|---|
![]() | Handled | Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is used by the import process when the extensibility element is imported. |
![]() | Parent | Gets the parent of the ServiceDescriptionFormatExtension. |
![]() | Required | Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is necessary for the action to which it refers. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
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
