From d89a1aaef0ae4e3514a16862c64dfed76186fa69 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:08:00 +0000 Subject: Utilisateur : Fcolin Date : 5/12/03 Heure : 9:29 Archivé dans $/EScribe/Ivy/IvyProbe Commentaire: (vss 2) --- CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs') diff --git a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs index 126f568..132a933 100644 --- a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs +++ b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs @@ -258,7 +258,7 @@ namespace IvyProbe private void connect(IvyClient client) { - println(client.ApplicationName + " connected "); + println(client.ApplicationName + " connected from "+client.RemoteAddress+":"+client.RemotePort); foreach (string re in client.Regexps ) { println(client.ApplicationName + " subscribes to " + re); @@ -284,7 +284,7 @@ namespace IvyProbe println(client.ApplicationName + " direct Message " + id + arg); } - private void receive(IvyClient client, String[] args) + private void receive(object data, IvyClient client, String[] args) { String s = client.ApplicationName + " sent"; for (int i = 0; i < args.Length; i++) -- cgit v1.1