CaptchaAudioHandlerIsReusable Property |
Gets a value indicating whether another request can use the IHttpHandler instance.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.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:
BooleanReturn Value
Type:
Booleantrue if the
IHttpHandler instance is reusable; otherwise, false.
Implements
IHttpHandlerIsReusable
See Also