Share via


IWsServiceEndpoint.BodyParts Property

Gets or sets a collection that stores MTOM bodyparts.

Namespace: Ws.Services
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public virtual abstract WsMtomBodyParts BodyParts { get; set; }

Property Value

A collection that stores MTOM bodyparts.

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 request they can populate this collection and set the RequestType property to WsResponseType.Mtom to tell the transport services to parse this collection and send an MTOM-formatted response message.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

IWsServiceEndpoint Interface
IWsServiceEndpoint Members
Ws.Services Namespace