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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net