SoapHeaderBinding

SoapHeaderBinding

System.Web.Services.Description (system.web.services.dll)class

This class represents an extensibility element added to the WSDL <input> or <output> element (enclosed in the <operation> element), which allows information to be transmitted via SOAP. The encoding is indicated with the SoapFaultBinding.Encoding and SoapFaultBinding.Use properties, and the namespace is indicated with the SoapFaultBinding.Namespace property.

public class SoapHeaderBinding : ServiceDescriptionFormatExtension { // Public Constructors    public SoapHeaderBinding( ); // Public Instance Properties    public string Encoding{set; get; }    public SoapHeaderFaultBinding Fault{set; get; }    public bool MapToProperty{set; get; }    public XmlQualifiedName Message{set; get; }    public string Namespace{set; get; }    public string Part{set; get; }    public SoapBindingUse Use{set; get; } }

Hierarchy

System.Object ServiceDescriptionFormatExtension SoapHeaderBinding



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