Autofac.Integration.Wcf Namespace |
[Missing <summary> documentation for "N:Autofac.Integration.Wcf"]
| Class | Description | |
|---|---|---|
| AutofacDependencyInjectionServiceBehavior |
Sets the instance provider to an AutofacInstanceProvider.
| |
| AutofacHostFactory |
Creates service host instances for WCF.
| |
| AutofacInstanceContext |
Manages instance lifecycle using an Autofac inner container.
| |
| AutofacInstanceProvider |
Retrieves service instances from an Autofac container.
| |
| AutofacServiceHostFactory |
Creates ServiceHost instances for WCF.
| |
| AutofacWebServiceHostFactory |
Creates ServiceHost instances for WCF.
| |
| DefaultServiceImplementationDataProvider |
Simple resolver for WCF service implementations. Allows for single-tenant
handling of named or typed services.
| |
| RegistrationExtensions |
Extend the registration syntax with WCF-specific helpers.
| |
| ServiceHostExtensions |
Adds dependency injection related methods to service hosts.
| |
| ServiceImplementationData |
Contains data about a WCF service implementation.
|
| Interface | Description | |
|---|---|---|
| IPerInstanceContextModuleAccessor |
A list of module registrations. This allows for the current
OperationContext or WebOperationContext
or any item that is static per InstanceContext
to be registered and usable throughout the instance context.
| |
| IServiceImplementationDataProvider |
Defines a strategy for resolving which service type should be
used for hosting vs. which type is the actual service implementation.
|
| Enumeration | Description | |
|---|---|---|
| Features |
Feature flags.
|