| System.Web.Services.Description (system.web.services.dll) | class |
This class represents an extensibility element added to the WSDL
<fault> element (enclosed in the
<operation> element) that allows information
to be transmitted via SOAP. The encoding is indicated with the
Encoding and Use properties and
the namespace with the Namespace property.
public class SoapFaultBinding : ServiceDescriptionFormatExtension {
// Public Constructors
public
SoapFaultBinding ( );
// Public Instance Properties
public string
Encoding {set; get; }
public string
Namespace {set; get; }
public SoapBindingUse
Use {set; get; }
}
Hierarchy
System.Object
ServiceDescriptionFormatExtension
SoapFaultBinding