IVpnPlugIn.Disconnect(VpnChannel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method instructs the VPN plug-in to disconnect from the VPN server and destroy the VPN channel.
public:
void Disconnect(VpnChannel ^ channel);
void Disconnect(VpnChannel const& channel);
public void Disconnect(VpnChannel channel);
function disconnect(channel)
Public Sub Disconnect (channel As VpnChannel)
Parameters
- channel
- VpnChannel
The VPN channel object representing the instance VPN connection of the VPN plug-in to the VPN server.
Windows requirements
App capabilities |
networkingVpnProvider
|