| EngineHandlerIsReusable Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Web.EngineHandler.IsReusable"]
Namespace: Activsoft.Engine.WebAssembly: Activsoft.Engine.Web (in Activsoft.Engine.Web.dll) Version: 6.0.0.0 (6.0.0.0)
Syntaxpublic bool IsReusable { get; }Public ReadOnly Property IsReusable As Boolean
Get
public:
virtual property bool IsReusable {
bool get () sealed;
}abstract IsReusable : bool with get
override IsReusable : bool with get
Property Value
Type:
BooleanImplements
IHttpHandlerIsReusable
See Also