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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象