ServiceDescriptionFormatExtension Class
Represents an extensibility element added to an XML Web service.
Assembly: System.Web.Services (in System.Web.Services.dll)
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
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


