I have a TCPclient app which connects to an IP address (ie 127.0.0.1:4005) and sends/receives byte arrays in ASCII format.
Any idea if this is possible to implement also with WCF and if yes, an example of such client will be appreciated.
Thanks!
|
|
|
Yes. It's possible. You can receive your array in the Stream
and
Another way is define your own type as parameter, and implement |
|||
|
|