My TCPClient should:

1.accepts host, port and a text string.
2.connects to a host/port and sends the string (+ two lines feeds \r\n\r\n )when you click a button.
3.then reads the results and puts the results back in a text box.


The problem that i get a result of the port and string , BUT I DON'T GET ANYTHING ABOUT THE HOST.

This is what i've got so far:

Code:
        private void
...