Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.2 KB

vpnpacketbufferlist_first_1920739956.md

File metadata and controls

31 lines (20 loc) · 1.2 KB
-api-id -api-type
M:Windows.Networking.Vpn.VpnPacketBufferList.First
winrt method

Windows.Networking.Vpn.VpnPacketBufferList.First

-description

Provides access to the First parameter. This SDK programming element is introduced in Windows PowerShell 3.0.

-returns

Returns IVpnPacketBuffer.

-remarks

You can iterate through a VpnPacketBufferList in C# or Microsoft Visual Basic. In many cases, such as using foreach syntax, the compiler does this casting for you and you won't need to cast to IEnumerable<VpnPacketBuffer> explicitly. If you do need to cast explicitly, for example if you want to call GetEnumerator, cast to IEnumerable with a VpnPacketBuffer constraint.

-examples

-see-also

-capabilities

networkingVpnProvider