ImpersonateOnSerializingReplyMessageProperty 类

定义

当序列化回复消息的主体时,启用模拟的帮助器类。

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

属性

Name

获取信息属性的名称。

方法

CreateCopy()

创建消息属性的副本。

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
StartImpersonation(IDisposable, IPrincipal, Boolean)

用调用方的上下文开始模拟,如果模拟在此项服务已启用并根据服务配置设置在线程的相应实体。

StopImpersonation(IDisposable, IPrincipal, Boolean)

还原模拟并在线程设置指定原始主体。

ToString()

返回表示当前对象的字符串。

(继承自 Object)
TryGet(Message, ImpersonateOnSerializingReplyMessageProperty)

使用指定消息从 ImpersonateOnSerializingReplyMessageProperty 中获取属性。

TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty)

从指定的 MessageProperties 对象中获取 ImpersonateOnSerializingReplyMessageProperty 属性。

适用于