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

適用対象