IVpnPlugIn.Connect(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 connect to the VPN server and establish the VPN channel.
public:
void Connect(VpnChannel ^ channel);
void Connect(VpnChannel const& channel);
public void Connect(VpnChannel channel);
function connect(channel)
Public Sub Connect (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
|