27 implementations of IsReusable
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
208public bool IsReusable { get { return true; } }
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\AspNetRouteServiceHttpHandler.cs (1)
22public bool IsReusable
System\ServiceModel\Activation\HttpHandler.cs (1)
14public bool IsReusable
System\ServiceModel\Activation\ServiceHttpHandlerFactory.cs (1)
35public bool IsReusable
System.Web (16)
DefaultHttpHandler.cs (1)
125public virtual bool IsReusable {
Handlers\AssemblyResourceLoader.cs (1)
496bool IHttpHandler.IsReusable {
Handlers\TraceHandler.cs (1)
155bool IHttpHandler.IsReusable {
Handlers\TransferRequestHandler.cs (1)
59public bool IsReusable {
HttpApplication.cs (1)
1513bool IHttpHandler.IsReusable {
HttpDebugHandler.cs (1)
269public bool IsReusable {
HTTPNotFoundHandler.cs (4)
40public bool IsReusable { 67public bool IsReusable { 96public bool IsReusable { 124public bool IsReusable {
HttpTaskAsyncHandler.cs (1)
20public virtual bool IsReusable {
Routing\UrlAuthFailureHandler.cs (1)
8public bool IsReusable {
Routing\UrlRoutingHandler.cs (1)
64bool IHttpHandler.IsReusable {
State\StateRuntime.cs (1)
286public bool IsReusable {
StaticFileHandler.cs (1)
271public bool IsReusable {
UI\Page.cs (1)
778public bool IsReusable {
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
696bool IHttpHandler.IsReusable
System.Web.Extensions (4)
Handlers\ScriptResourceHandler.cs (1)
552bool IHttpHandler.IsReusable {
Script\Services\RestClientProxyHandler.cs (1)
22public bool IsReusable {
Script\Services\RestHandler.cs (1)
251public bool IsReusable {
Script\Services\ScriptHandlerFactory.cs (1)
29public bool IsReusable {
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlCssHandler.cs (1)
51public bool IsReusable {
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
109public bool IsReusable
5 references to IsReusable
System.Web (2)
Configuration\HandlerFactoryWrapper.cs (1)
39if (!_handler.IsReusable) {
Handlers\TraceHandler.cs (1)
81return ((IHttpHandler)this).IsReusable;
System.Web.Extensions (1)
Script\Services\ScriptHandlerFactory.cs (1)
31return _originalHandler.IsReusable;
System.Xaml.Hosting (2)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (2)
111get { return httpHandler.IsReusable; } 257if (handler.IsReusable)