System.Web.Services.Description.SoapBodyBinding.Parts 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.XmlIgnore]
public string[] Parts { 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 the other parts of the message.

This property returns exactly the same information as the SoapBodyBinding.PartsString property, but the results are returned within an array rather than within a space-delimited string.

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