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

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
 
P

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
 

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

Top