DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section