VpnPacketBufferList.RemoveAtBegin 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.
Remove the IVpnPacketBuffer object at the start of the IVpnPacketBufferList.
public:
virtual VpnPacketBuffer ^ RemoveAtBegin() = RemoveAtBegin;
VpnPacketBuffer RemoveAtBegin();
public VpnPacketBuffer RemoveAtBegin();
function removeAtBegin()
Public Function RemoveAtBegin () As VpnPacketBuffer
Returns
The IVpnPacketBuffer object which was at the start of the IVpnPacketBufferList.
Windows requirements
App capabilities |
networkingVpnProvider
|