DpwsClient.BodyParts Property

A collection used to store MTOM body parts.

Namespace: Dpws.Client
Assembly: MFDpwsClient (in mfdpwsclient.dll)

Syntax

public virtual WsMtomBodyParts BodyParts { get; set; }

Property Value

A collection of MTOM body parts.

Remarks

If the transport services receive an MTOM request, this collection contains the body parts parsed from the MTOM message. If a client needs to send an MTOM response they can populate this collection and set the MessageType property to WsMessageType.Mtom to tell the transport services to parse this collection and return a MTOM formatted response message.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

DpwsClient Class
DpwsClient Members
Dpws.Client Namespace