Question:
Are any of the Chikat controls capable of a TCP connection to a net.tcp endpoint? I have an application that is requiring me to connect to a third party local server through this means. From all I can tell this is the .net world and I prefer to keep my application in the VCL world. and suggestions?
Thanks!
A .NET TCP endpoint is no different than any other TCP socket listening for incoming connections, so the answer is Yes.