I want to send and receive some data from my server, but I don’t know how to do this…
Basically I want to:
Send:
“some string”
To:
IP: 10.100.200.1
Port: 30000
Receive/read the response
Can someone give me some basic example or point me to a simple (working) tutorial?
Simple synchronous TcpClient sending a text string and receiving a text string.