Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 WebMessageBodyStyle Enumeration
.NET Framework Class Library
WebMessageBodyStyle Enumeration

Updated: November 2007

An enumeration that specifies whether to wrap parameter and return values.

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

Visual Basic (Declaration)
Public Enumeration WebMessageBodyStyle
Visual Basic (Usage)
Dim instance As WebMessageBodyStyle
C#
public enum WebMessageBodyStyle
Visual C++
public enum class WebMessageBodyStyle
J#
public enum WebMessageBodyStyle
JScript
public enum WebMessageBodyStyle
Member nameDescription
BareBoth requests and responses are not wrapped.
WrappedBoth requests and responses are wrapped.
WrappedRequestRequests are wrapped, responses are not wrapped.
WrappedResponseResponses are wrapped, requests are not wrapped.

When the service or client serializes parameters and return values to a message, it writes them within infrastructure-provided XML elements and are wrapped. Sometimes developers do not want the service to write these extra XML elements. The WebMessageBodyStyle enumeration specifies whether to wrap parameters and return values.

This enumeration is used with the WebGetAttribute and the WebInvokeAttribute to control how the data passed to and from a service operation appears on the wire. Both attributes default to Bare.

Windows Vista, Windows XP SP2, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker