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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top