Re: [twsocket] SocketSpy Specific

2005-10-31 Thread Wilfried Mestdagh
Hello, This will send 'str1' to all local connections, and 'str2' to all remote connections. Is it this what you ask for ? procedure TForm1.SendToAllBtnClick(Sender: TObject); var n: integer; Client: TClient; begin for n := 0 to WSocketServer.ClientCount - 1 do try Client := WSocke

[twsocket] SocketSpy Specific

2005-10-31 Thread ICSNewbie2005
Wilfried, ty for quick response, i hope this gets to the mailing list as my last message has not posted. Maybe i can better explain what i'm talking about in better details. I have socketspy open on my PC and i'd like to send one specific packet to local connection and one specific packet to remot