DotRas / DotRas

Provides remote access service (RAS) components for .NET languages like C#, VB.NET, and C++ CLR projects.
GNU General Public License v3.0
118 stars 33 forks source link

RasConnection needs to support multi-link connections #21

Open jeff-winn opened 5 years ago

jeff-winn commented 5 years ago

The 1.x version has a GetSubEntryHandle method exposed on RasConnection and will need some variation added to reach feature parity.

Perhaps a RasConnectionLink class needs to be added instead to prevent direct manipulation of the handles?

jeff-winn commented 5 years ago

Will need assistance testing the code changes for this feature. If you would like to assist with the implementation please leave a response below.

jeff-winn commented 5 years ago

This feature will also likely cause the RasConnectionWatcher to support the bandwidth added and bandwidth removed events.