WebBodyFormatMessageProperty Class
Stores and retrieves the message encoding format of incoming and outgoing messages for the composite Web message encoder.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
| Name | Description | |
|---|---|---|
![]() | WebBodyFormatMessageProperty(WebContentFormat) | Initializes a new instance of the WebBodyFormatMessageProperty class with a specified format. |
| Name | Description | |
|---|---|---|
![]() | Format | Gets the format used for the message body. |
| Name | Description | |
|---|---|---|
![]() | CreateCopy() | Returns the current instance of the current property. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the name of the property and the encoding format used when constructed.(Overrides Object.ToString().) |
This property allows, for example, the composite Web message formatter to know how the composite Web message encoder has encoded the message. WebBodyFormatMessageProperty implements IMessageProperty. Objects that implement this interface are added by value to Properties with the Name providing the access key.
Available since 3.5
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



