System.Web.Services.Description.SoapBodyBinding.PartsString Property

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

Syntax

[System.Xml.Serialization.XmlAttribute("parts")]
public string PartsString { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Some parts of the transmitted message can appear in portions other than the SOAP body, such as when SOAP is used with a System.Web.Services.Description.MimeMultipartRelatedBinding. In such a case, the other members of the MimePart.Extensions property determine the locations of other parts of the message.

This property returns exactly the same information as the SoapBodyBinding.Parts property, but the results are returned within a space-delimited string rather than within an array. PartsString is used internally for xml serialization and shouldn't be called directly. To return the transmitted message parts appearing within the SOAP body portion of the transmission, use the SoapBodyBinding.Parts property.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0