Exemplo n.º 1
0
        private void AddListeningTentacleClicked(object sender, EventArgs e)
        {
            listenPort++;

            var tentacleForm = new TentacleForm();
            tentacleForm.ListeningMode(listenPort, "EF3A7A69AFE0D13130370B44A228F5CD15C069BC");
            tentacleForm.Show();
            tentacles.Add(new ServiceEndPoint(new Uri("https://localhost:" + listenPort), "2074529C99D93D5955FEECA859AEAC6092741205"));
        }
Exemplo n.º 2
0
        private void AddListeningTentacleClicked(object sender, EventArgs e)
        {
            listenPort++;

            var tentacleForm = new TentacleForm();

            tentacleForm.ListeningMode(listenPort, "EF3A7A69AFE0D13130370B44A228F5CD15C069BC");
            tentacleForm.Show();
            tentacles.Add(new ServiceEndPoint(new Uri("https://localhost:" + listenPort), "2074529C99D93D5955FEECA859AEAC6092741205"));
        }