Open VPN connection

T

Thomas Steinmaurer

Hello,

is there a way to open a VPN connection with the .NET CF 3.5 in C#?


Thanks,
Thomas
 
T

Trevor

Thomas Steinmaurer said:
Hello,

is there a way to open a VPN connection with the .NET CF 3.5 in C#?


Thanks,
Thomas

You can programmatically configure the VPN connection using the
Configuration Manager and the CM_VPNEntries Configuration Service Provider.
Then you can have your program connect using the Connection Manager.
OpenNETCF has a C# wrapper around Connection Manager and I believe
Configuration Manager has a managed interface in one of the newer SDKs.
 

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