dial up networking  
Author Message
nielsonj1976





PostPosted: Fri Nov 28 11:21:42 CST 2003 Top

Visual C#.Net >> dial up networking

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?

DotNet12  
 
 
Deming





PostPosted: Fri Nov 28 11:21:42 CST 2003 Top

Visual C#.Net >> dial up networking

> 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.