Exemple #1
0
 public void TheNodesAre([Header("Node Id")] string id, [Header("Incoming Uri")] Uri incoming)
 {
     _nodes.Add(id, incoming);
 }