SoapOperationBinding

SoapOperationBinding

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

This class represents an extensibility element added to the WSDL <operation> element, which allows information to be transmitted via SOAP encoding. The Style property specifies whether Document or RPC encoding is used, and the SoapAction property contains a string with the URI for the SOAP header.

public class SoapOperationBinding : ServiceDescriptionFormatExtension { // Public Constructors    public SoapOperationBinding( ); // Public Instance Properties    public string SoapAction{set; get; }    public SoapBindingStyle Style{set; get; } }

Hierarchy

System.Object ServiceDescriptionFormatExtension SoapOperationBinding



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