owNetworking
C#
3
Posts
2
Posters
0
Views
1
Watching
-
I wanna send ASCII data to a specific IP, is there anyone know about this? thx all...
-
I wanna send ASCII data to a specific IP, is there anyone know about this? thx all...
-
the easiest way to do this should be to use the TcpClient object. This object can connect to an IP and open up a stream. Then you can use a StreamWriter to write the chars into the stream.
thanks for your reply... it works, And now , how can I get clients IP do you know that. thx.