Пример #1
0
 public WcfServiceInfoFactory(ClusterSection clusterSection)
     : this(clusterSection.ApplicationServerNodes.Cast <ClusterNodeElement>().Select(ClusterNodeInfo.Create))
 {
 }
Пример #2
0
 protected override void InitContext(IGlobalContext context)
 {
     Context.Set <IWcfServiceInfoFactory>(new WcfServiceInfoFactory(ClusterSection.GetConfigSection()));
     MessageEncodingController = new FacadeMessageEncodingController();
     base.InitContext(context);
 }