Link to home
Start Free TrialLog in
Avatar of soozh
soozhFlag for Sweden

asked on

Using .Net TCPClient to send and recieve data.

Hello,

I need an example of how to use the .Net TCPClient class to send a message in Delphi.

Perferably the code should use the "new" keyword rather then .Create method so that I can compile it in Delphi Prism.

There are plenty of VB/C# examples out there, and I can probably convert one, but I am not sure how to allocate memory/variables for the message to be sent and its response.
ASKER CERTIFIED SOLUTION
Avatar of Kamran Arshad
Kamran Arshad
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial