VpnPacketBuffer.Buffer Property
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.
Gets the memory buffer object, designed to contain packets of date to be sent or received as part of a IVpnPacketBufferList.
public:
property Buffer ^ Buffer { Buffer ^ get(); };
Buffer Buffer();
public Buffer Buffer { get; }
var buffer = vpnPacketBuffer.buffer;
Public ReadOnly Property Buffer As Buffer
Property Value
The memory buffer object.
Windows requirements
App capabilities |
networkingVpnProvider
|