Click or drag to resize

AutofacInstanceProvider Class

Retrieves service instances from an Autofac container.
Inheritance Hierarchy
SystemObject
  Autofac.Integration.WcfAutofacInstanceProvider

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public class AutofacInstanceProvider : IInstanceProvider

The AutofacInstanceProvider type exposes the following members.

Constructors
  NameDescription
Public methodAutofacInstanceProvider
Initializes a new instance of the AutofacInstanceProvider class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInstance(InstanceContext)
Returns a service object given the specified InstanceContext object.
Public methodGetInstance(InstanceContext, Message)
Returns a service object given the specified InstanceContext object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReleaseInstance
Called when an InstanceContext object recycles a service object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also