Are there .net classes available for Dial-Up Networking such as RA

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi,
I have a C++ unmanaged application that controls a MODEM using the Remote
Access Service (RAS) APIs to manipulate PhoneBook entires and control the
dial-up connection. I would like to something similar from a C# application.
Do you know if there are .net classes available that provide functionality
similar to the RAS API, such as RasEnumEntries(), RasDial() etc. ?

thank you,

Paul
 
I guess not...
The plan from here is to wrap the unmanaged RAS API functions of interest in
an assembly for use in my c# app.

Paul
 
Back
Top