इसके माध्यम से साझा किया गया


VpnPacketBuffer.AppId Property

Definition

Gets the app ID representing the app that caused this packet to flow. This is present only on the first packet of a flow. The presence of this property indicates it is the first packet.

public:
 property VpnAppId ^ AppId { VpnAppId ^ get(); };
VpnAppId AppId();
public VpnAppId AppId { get; }
var vpnAppId = vpnPacketBuffer.appId;
Public ReadOnly Property AppId As VpnAppId

Property Value

The app ID representing the app that caused this packet to flow.

Windows requirements

App capabilities
networkingVpnProvider

Applies to