Esempio n. 1
0
 public static RoutedHost Wrap(IHost host, IPeerRouting route) => new RoutedHost(host, route);
Esempio n. 2
0
 protected RoutedHost(IHost host, IPeerRouting route)
 {
     _host  = host;
     _route = route;
 }