dial up networking

  • Thread starter Thread starter meital
  • Start date Start date
M

meital

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?
 
meital said:
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.
 
Back
Top