I am working on building a simple proxy which will log certain requests which are passed through it. The proxy does not need to interfere with the traffic being passed through it (at this point in the
Im trying to make a TCP client application for a PDA with Windows Mobile 6 Professional. I tried to make it first on my laptop and it worked. The code for the \"smart device\" is exaclty the same but
I am creating an authentication server for some projects I\'m working on. This authentication server works by receiving and transmitting data to users trying to authenticate. The user can send data to
We are writting silverlight3 application, which use Tcp connction. Our project use client server architecture.
I am developing an Tcp client in C# and I am using the TcpClient class. I am not able to connect to the server.
I\'ve this TcpClient code which works fine. It connects to perl server on linux system and receives anything that server sents to it. Works nicely.
We have a custom chat application(c#) which uses TCPClient. We are having problem on clients who are behind Firewall or proxy. We know t开发者_Go百科hat these client can browse the internet without a
How to send a binary data with Indy components? Which of them is most suitable for this task? I\'ve tried to use TIdTcpClient but it allows only to send strings.
I have a TCPclient written on Ruby. I want to use it in background. Currently it has a loop: loop d开发者_Go百科o
I\'m writing a program which listens to an incoming TcpClient and handles data when it arrives. The Listen() method is run on a separate thread within the component, so it needs to be threadsafe. If I