Hi everyone,
I'm writing a mobile application which needs to connect to a server using dial-up ( CSD ) connection. An additional request is that it needs to use TCP over PPP ( the server is using such combination ).
I know how to get the CSD connection using RAS API. But what I'm asking is how to get a TCP socket that "uses" this connection underneath.
Many thanks in advance.