C# (CSharp) Microsoft.ApplicationServer.Http 네임스페이스

중첩된 네임스페이스

Microsoft.ApplicationServer.Http.Activation

클래스들

이름 설명
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