This topic has not yet been rated - Rate this topic

TeamFoundationHttpHandler.IsReusable Property

TeamFoundationHttpHandler's are not re-usable.

(We want the constructor above to be called on every request so that members like m_requestContext will be set up for the current request, not the first request we handled.)

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
public bool IsReusable { get; }

Property Value

Type: System.Boolean
Returns Boolean.

Implements

IHttpHandler.IsReusable
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.