PPPOE Connection in .NET how?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hy

I was development a program and one of your functions are make a PPPOE
connection, but I don't found any information about this in the internet,
somepeople have some information for this process???

tks
 
Hi,

There is no support for it in the framework AFAIK, you would have to
P/Invoke this. I do not know how it works , but should be similar to create
a PPP connection. take a look in the win32 groups and see how to do it in
native code, then you may go to www.pinvoke.net and see if you find the
signatures you need, it would save you a lot of time.


cheers,
 
Back
Top