AssemblyResourceLoader.IHttpHandler.IsReusable Propriedade

Definição

Obtém um valor que indica se outra solicitação pode reutilizar a instância IHttpHandler.Gets a value that indicates whether another request can reuse the IHttpHandler instance.

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

Valor da propriedade

Boolean

true em todos os casos.true in all cases.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita.This member is an explicit-interface member implementation. Ele só pode ser usado quando a instância de AssemblyResourceLoader é convertida em uma interface de IHttpHandler.It can be used only when the AssemblyResourceLoader instance is cast to an IHttpHandler interface.

Aplica-se a