Click or drag to resize

DynamicwebHttpHandlerIsReusable Property

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

Namespace:  Dynamicweb.AspNet
Assembly:  Dynamicweb.AspNet (in Dynamicweb.AspNet.dll) Version: 4.0.0
Syntax
public bool IsReusable { get; }

Property Value

Type: Boolean
true if this instance is reusable; otherwise, false.
See Also