Class DependencyResolverServiceHostFactory
Factory that provides instances of DependencyResolverServiceHost in managed hosting environments where the host instance is created dynamically in response to incoming messages.
Inheritance
System.ServiceModel.Activation.ServiceHostFactoryBase
System.ServiceModel.Activation.ServiceHostFactory
DependencyResolverServiceHostFactory
Inherited Members
System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(System.String, System.Uri[])
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Dependencies
Assembly: IRM.ServiceModel.dll
Syntax
public class DependencyResolverServiceHostFactory : ServiceHostFactory
Methods
CreateServiceHost(Type, Uri[])
Declaration
protected override ServiceHost CreateServiceHost(Type serviceType, Uri[] baseAddresses)
Parameters
System.Type
serviceType
|
System.Uri[]
baseAddresses
|
Returns
System.ServiceModel.ServiceHost
|
Overrides
System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(System.Type, System.Uri[])