System.Web.Services.Description.SoapBodyBinding Members

The members of System.Web.Services.Description.SoapBodyBinding are listed below.

See Also: Inherited members from System.Web.Services.Description.ServiceDescriptionFormatExtension

Public Constructors

Initializes a new instance of the System.Web.Services.Description.SoapBodyBinding class.

Public Properties

Encodingstring.

Gets or sets a string containing a list of space-delimited URIs. The URIs represent the encoding style (or styles) to be used to encode messages within the SOAP body.

Namespacestring.

Get or sets the URI representing the location of the specifications for encoding of content not specifically defined by the SoapBodyBinding.Encoding property.

Partsstring[].

Gets or sets a value indicating which parts of the transmitted message appear within the SOAP body portion of the transmission.

PartsStringstring.

Gets or sets a value indicating which parts of the transmitted message appear within the SOAP body portion of the transmission.

UseSoapBindingUse.

Indicates whether the message parts are encoded using specified encoding rules, or define the concrete schema of the message.