Dialup support in .NET?

  • Thread starter Thread starter curt
  • Start date Start date
C

curt

Can anybody tell me whether there is support for dial-up
connections in .NET? I am using c# and would like to
setup and manage a call. In the olden days I used
RasDial, is there a .NET equivalant or other method?

Thanks for any information,
curt
 
curt said:
Can anybody tell me whether there is support for dial-up
connections in .NET? I am using c# and would like to
setup and manage a call. In the olden days I used
RasDial, is there a .NET equivalant or other method?

No, you should continue use RAS API.
See .net documentation how to call API functions.
 
Back
Top