Share via


HttpRemotingHandler.IsReusable プロパティ

定義

別の要求で HttpRemotingHandler を使用できるかどうかを示すブール値を取得します。

public:
 property bool IsReusable { bool get(); };
public bool IsReusable { get; }
member this.IsReusable : bool
Public ReadOnly Property IsReusable As Boolean

プロパティ値

HttpRemotingHandler のすべてのインスタンスに対して true

実装

適用対象