Create RasEntry shared programmatically RRS feed

  • Thread starter Thread starter One of the servants of God
  • Start date Start date
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));




Using C# code​

Continue reading...
 
Back
Top