public WcfServiceInfoFactory(ClusterSection clusterSection) : this(clusterSection.ApplicationServerNodes.Cast <ClusterNodeElement>().Select(ClusterNodeInfo.Create)) { }
protected override void InitContext(IGlobalContext context) { Context.Set <IWcfServiceInfoFactory>(new WcfServiceInfoFactory(ClusterSection.GetConfigSection())); MessageEncodingController = new FacadeMessageEncodingController(); base.InitContext(context); }