O
One of the servants of God
Guest
hi i use Dotras and create connection programmatically. how can i enable "Internet Connection Sharing"? like this social.microsoft.com/Forums/getfile/1624522
Part of the code :
Entry = RasEntry.CreateVpnEntry(
"name",
"ip",
RasVpnStrategy.PptpOnly,
RasDevice.GetDeviceByName("(PPTP)",
RasDeviceType.Vpn,
false));
Continue reading...
Part of the code :
Entry = RasEntry.CreateVpnEntry(
"name",
"ip",
RasVpnStrategy.PptpOnly,
RasDevice.GetDeviceByName("(PPTP)",
RasDeviceType.Vpn,
false));
Using C# code
Continue reading...