how do I start and work a connection based on a MODEM
with dial up in C#?
is there anyway of opening a connection and after that
use sockets over the connection?
> how do I start and work a connection based on a MODEM
> with dial up in C#?
> is there anyway of opening a connection and after that
> use sockets over the connection?
You probably need to use Platform Invoke to call either API in WinInet or
RAS functions from your managed code.