ServiceDescriptionFormatExtension Hierarchy

The following table lists the classes derived from System.Web.Services.Description.ServiceDescriptionFormatExtension .

Class Description
System.Web.Services.Description.HttpAddressBinding
Represents an extensibility element added to a Port within an XML Web service. This class cannot be inherited.
System.Web.Services.Description.HttpBinding
Represents an extensibility element added to a Binding within an XML Web service. This class cannot be inherited.
System.Web.Services.Description.HttpOperationBinding
Represents an extensibility element added to an OperationBinding within an XML Web service. This class cannot be inherited.
System.Web.Services.Description.HttpUrlEncodedBinding
Represents an extensibility element added to an InputBinding within an XML Web service. This class cannot be inherited.
System.Web.Services.Description.HttpUrlReplacementBinding
Represents an extensibility element added to an InputBinding within an XML Web service. It specifies the format for data transmission through HTTP. This class cannot be inherited.
System.Web.Services.Description.MimeContentBinding
Represents an extensibility element added to an InputBinding or an OutputBinding within an XML Web service, specifying the MIME format for the body of the HTTP transmission. This class cannot be inherited.
System.Web.Services.Description.MimeMultipartRelatedBinding
Represents an extensibility element added to an InputBinding or an OutputBinding, specifying the individual MIME formats for the parts of the HTTP transmission. This class cannot be inherited.
System.Web.Services.Description.MimePart
Represents an extensibility element added to a MimeMultipartRelatedBinding, specifying the concrete MIME type for the MessagePart to which the MimePart applies. This class cannot be inherited.
System.Web.Services.Description.MimeTextBinding
Represents an extensibility element added to an InputBinding, an OutputBinding, or a MimePart, specifying the text patterns for which to search the HTTP transmission. This class cannot be inherited.
System.Web.Services.Description.MimeXmlBinding
Represents an extensibility element added to a MimePart, an InputBinding or an OutputBinding. It specifies the schema for XML messages that are not SOAP compliant. This class cannot be inherited.
System.Web.Services.Description.SoapAddressBinding
Represents an extensibility element added to a Port within an XML Web service.
System.Web.Services.Description.SoapBinding
Represents an extension added to a Binding within an XML Web service. This class cannot be inherited.
System.Web.Services.Description.SoapBodyBinding
Represents an extensibility element added to an InputBinding or an OutputBinding.
System.Web.Services.Description.SoapFaultBinding
Represents an extensibility element added to a FaultBinding within an XML Web service.
System.Web.Services.Description.SoapHeaderBinding
Represents an extensibility element added to an InputBinding or an OutputBinding within an XML Web service.
System.Web.Services.Description.SoapHeaderFaultBinding
Represents an extensibility element added to an InputBinding or an OutputBinding within an XML Web service. It specifies the SOAP header types used to transmit error information within the SOAP header.
System.Web.Services.Description.SoapOperationBinding
Represents an extension added to an OperationBinding within an XML Web service.

Community Additions

Show: