VpnForegroundActivatedEventArgs.SharedContext Property

Definition

Gets the set of values that the VPN plug-in provided when it activated your VPN foreground app. See VpnChannel.ActivateForeground.

public:
 property ValueSet ^ SharedContext { ValueSet ^ get(); };
ValueSet SharedContext();
public ValueSet SharedContext { get; }
var valueSet = vpnForegroundActivatedEventArgs.sharedContext;
Public ReadOnly Property SharedContext As ValueSet

Property Value

A set of values from the VPN plug-in.

Windows requirements

App capabilities
networkingVpnProvider

Applies to