VpnPacketBufferList.AddAtBegin(VpnPacketBuffer) 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.
Add a new IVpnPacketBuffer object to the start of the IVpnPacketBufferList.
public:
virtual void AddAtBegin(VpnPacketBuffer ^ nextVpnPacketBuffer) = AddAtBegin;
void AddAtBegin(VpnPacketBuffer const& nextVpnPacketBuffer);
public void AddAtBegin(VpnPacketBuffer nextVpnPacketBuffer);
function addAtBegin(nextVpnPacketBuffer)
Public Sub AddAtBegin (nextVpnPacketBuffer As VpnPacketBuffer)
Parameters
- nextVpnPacketBuffer
- VpnPacketBuffer
The new IVpnPacketBuffer object to add to the IVpnPacketBufferList object.
Windows requirements
App capabilities |
networkingVpnProvider
|