RasHangUp

[DllImport("coredll.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern int RasHangUp(
   IntPtr hrasconn
);

Microsoft documentation: Link

Last updated