SoapFaultBinding

SoapFaultBinding

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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace