MessageDescription::Body Property

 

Gets the body of the SOAP message.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property MessageBodyDescription^ Body {
	MessageBodyDescription^ get();
}

Property Value

Type: System.ServiceModel.Description::MessageBodyDescription^

The MessagePartDescriptionCollection that contains the body of the message.

A SOAP body provides a mechanism for transmitting information to an ultimate SOAP receiver.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: