Beispiel #1
0
 public void SetService(ServiceHost host)
 {
     foreach (var channel in GetChannels())
     {
         host.RegisterChannel(channel);
     }
     SetUnity(host.Unity);
 }
 public void SetService(ServiceHost host)
 {
     foreach (var channel in GetChannels())
         host.RegisterChannel(channel);
     SetUnity(host.Unity);
 }