SoapBindingStyle

SoapBindingStyleserializable

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

This enumeration provides different SOAP transport options. Procedure-oriented messages use the Rpc value and can contain parameters and return values. Document-oriented messages, however, use the value Document and typically contain documents.

public enum SoapBindingStyle {    Default = 0,    Document = 1,    Rpc = 2 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) SoapBindingStyle

Returned By

SoapBinding.Style, SoapOperationBinding.Style

Passed To

SoapBinding.Style, SoapOperationBinding.Style



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