WebBodyFormatMessageProperty 类

定义

针对复合 Web 消息编码器,存储和检索传入和传出消息的消息编码格式。

public ref class WebBodyFormatMessageProperty sealed : System::ServiceModel::Channels::IMessageProperty
public sealed class WebBodyFormatMessageProperty : System.ServiceModel.Channels.IMessageProperty
type WebBodyFormatMessageProperty = class
    interface IMessageProperty
Public NotInheritable Class WebBodyFormatMessageProperty
Implements IMessageProperty
继承
WebBodyFormatMessageProperty
实现

注解

例如,此属性使复合 Web 消息格式化程序可以了解复合 Web 消息编码器对消息进行编码的方式。 WebBodyFormatMessageProperty 可实现 IMessageProperty。 可实现此接口的对象是通过值添加到 Properties 中(Name 提供访问键)。

构造函数

WebBodyFormatMessageProperty(WebContentFormat)

使用指定的格式初始化 WebBodyFormatMessageProperty 类的新实例。

字段

Name

返回属性名称。

属性

Format

获取用于消息正文的格式。

方法

CreateCopy()

返回当前属性的当前实例。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回构造时使用的属性名称和编码格式。

适用于