ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 305
نمايش فراداده

SoapBodyBinding

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

This class represents an extensibility element added to an InputBinding or an OutputBinding object. This binding is used for SOAP input and output messages (represented by OperationInput and OperationOutput objects). It specifies that data is encoded for SOAP transmission and does not provide any properties.

public class 

SoapBodyBinding : ServiceDescriptionFormatExtension { // Public Constructors public

SoapBodyBinding ( ); // Public Instance Properties public string

Encoding {set; get; } public string

Namespace {set; get; } public string[ ]

Parts {set; get; } public string

PartsString {set; get; } public SoapBindingUse

Use {set; get; } }

Hierarchy

System.Object ServiceDescriptionFormatExtension SoapBodyBinding