it send data to tcp/ip port number, ex 8080, now i want to write socket program to read data from that port. Any body help me? How can i do that?
-
it send data to tcp/ip port number, ex 8080, now i want to write socket program to read data from that port. Any body help me? How can i do that? Thanks,
-
it send data to tcp/ip port number, ex 8080, now i want to write socket program to read data from that port. Any body help me? How can i do that? Thanks,
Create a new socket, bind it to 8080 port and use the Accept or BeginAccept methods (synchronous or asynchronous). When you have accepted a socket use the Receive or BeginReceive methods to read from that socket.
I will use Google before asking dumb questions
-
Create a new socket, bind it to 8080 port and use the Accept or BeginAccept methods (synchronous or asynchronous). When you have accepted a socket use the Receive or BeginReceive methods to read from that socket.
I will use Google before asking dumb questions
plz send me details code
-
plz send me details code
Why do everyone want to have their problems resolved by others with no sweat at all? Search the web and MSDN. I gave you enough hints. MSDN also has a few examples
I will use Google before asking dumb questions
-
plz send me details code
He's sent you enough information for you to go and do some research on your own on google. That's the way this site works, it's not rentacoder where people give you code in exchange for money.
Deja View - the feeling that you've seen this post before.
-
Why do everyone want to have their problems resolved by others with no sweat at all? Search the web and MSDN. I gave you enough hints. MSDN also has a few examples
I will use Google before asking dumb questions
Andrei - a 5 from me for the answer you originally gave.:)
Deja View - the feeling that you've seen this post before.
-
Andrei - a 5 from me for the answer you originally gave.:)
Deja View - the feeling that you've seen this post before.
Thanks. :)
I will use Google before asking dumb questions