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