DispatchRuntime.ImpersonateOnSerializingReply プロパティ

定義

応答操作のシリアル化に偽装が使用されるかどうかを示す値を取得します。

public:
 property bool ImpersonateOnSerializingReply { bool get(); void set(bool value); };
public bool ImpersonateOnSerializingReply { get; set; }
member this.ImpersonateOnSerializingReply : bool with get, set
Public Property ImpersonateOnSerializingReply As Boolean

プロパティ値

true 応答操作のシリアル化に偽装が使用される場合。それ以外の場合は false

適用対象