OwinHttpHandler.IsReusable Property

 

Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

Namespace:   Microsoft.Owin.Host.SystemWeb
Assembly:  Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)

Syntax

public bool IsReusable { get; }
public:
property bool IsReusable {
    virtual bool get() sealed;
}
abstract IsReusable : bool with get
override IsReusable : bool with get
Public ReadOnly Property IsReusable As Boolean

Property Value

Type: System.Boolean

true.

Implements

IHttpHandler.IsReusable

See Also

OwinHttpHandler Class
Microsoft.Owin.Host.SystemWeb Namespace

Return to top