Show / Hide Table of Contents

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
Object
System.ServiceModel.Activation.ServiceHostFactoryBase
System.ServiceModel.Activation.ServiceHostFactory
DependencyResolverServiceHostFactory
Inherited Members
System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(System.String, System.Uri[])
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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[])

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX