This documentation is archived and is not being maintained.

DiscoveryRequestHandler.IsReusable Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Overridable ReadOnly Property IsReusable As Boolean  _
   Implements IHttpHandler.IsReusable
[C#]
public virtual bool IsReusable {get;}
[C++]
public: __property virtual bool get_IsReusable();
[JScript]
public function get IsReusable() : Boolean;

See Also

DiscoveryRequestHandler Class | DiscoveryRequestHandler Members | System.Web.Services.Discovery Namespace

Show: