示例#1
0
 public void AddOutboundConnection(Connection connection)
 {
     outboundConnections.Add(connection);
 }
示例#2
0
 public void AddInboundConnection(Connection connection)
 {
     inboundConnections.Add(connection);
 }