SoapBindingStyle Enumeration
.NET Framework 4.5
Specifies the type of action that occurs in the XML Web service at the level of the class hierarchy to which this enumeration is applied.
Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
| Member name | Description | |
|---|---|---|
| Default | The default type of action for the current hierarchical level of the Web Services Description Language (WSDL) file. | |
| Document | The message being transmitted is document-oriented. | |
| Rpc | The message being transmitted contains the parameters to call a procedure or the return values from that procedure. RPC is an acronym for "remote procedure call." |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.