AssemblyResourceLoader.IHttpHandler.IsReusable プロパティ

定義

別の要求が IHttpHandler インスタンスを再利用できるかどうかを示す値を取得します。

property bool System::Web::IHttpHandler::IsReusable { bool get(); };
bool System.Web.IHttpHandler.IsReusable { get; }
member this.System.Web.IHttpHandler.IsReusable : bool
 ReadOnly Property IsReusable As Boolean Implements IHttpHandler.IsReusable

プロパティ値

true すべてのケースで。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 AssemblyResourceLoader インスタンスがIHttpHandler インターフェイスにキャストされている場合にのみ使用できます。

適用対象