C# (CSharp) Microsoft.ApplicationServer.Http Namespace

Nested Namespaces

Microsoft.ApplicationServer.Http.Activation

Classes

Name Description
ActivatorResourceFactory Uses Activator.CreateInstance to create service instances of the requested types, and disposes the instance when the ReleaseInstance method is invoked.
CachingResourceFactory A resource factory that creates services only once and returns the same instance afterwards. Appropriately wraps whatever existing factory exists or creates an ActivatorResourceFactory if null is passed in the constructor.
SafeHostDisposer Ensures a host is opened on construction, and disposes it if the host is not faulted on dispose.
SingletonResourceFactory A resource factory that always returns the same instance received in the constructor.
TracingChannel