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