WebInvokeAttribute::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.

System_CAPS_noteNote

Operations that take a Message and return void are handled specially by the formatters. The formatters do not emit the wrapper name in the response even if BodyStyle is set to Wrapped.

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: