Archived Forum Post

Index of archived forum posts

Question:

net.tcp endpoint service using WCF

Oct 05 '12 at 10:53

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!


Answer

A .NET TCP endpoint is no different than any other TCP socket listening for incoming connections, so the answer is Yes.