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 }
System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) SoapBindingStyle
SoapBinding.Style, SoapOperationBinding.Style