Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebGetAttribute::BodyStyle Property

 

Gets and sets the body style of the messages that are sent to and from the service operation.

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

public:
property WebMessageBodyStyle BodyStyle {
	WebMessageBodyStyle get();
	void set(WebMessageBodyStyle value);
}

Property Value

Type: System.ServiceModel.Web::WebMessageBodyStyle

One of the WebMessageBodyStyle enumeration values.

When set to Bare, the result of the service operation is written directly to the body of the response message.

The following example shows how to set the BodyStyle property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft