ObjectFactory<T>.CreateWebRequestScopedObject

Creates an instance of an object that is scoped to the current Http Web Request. The instance is cached in HttpContext.Current.Items collection and effectively acts as a request Singleton.

public static T CreateWebRequestScopedObject(Object[] args)

Parameters

args


See also:

Class ObjectFactory

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic