HttpRemotingHandler.IsReusable プロパティ

定義

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

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

プロパティ値

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

実装

適用対象