VpnChannel.PlugInContext Property

Definition

Gets or sets a context object that VPN plug-ins can use to associate their internal state with a VpnChannel object for later use while the session is in progress.

public:
 property Platform::Object ^ PlugInContext { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable PlugInContext();

void PlugInContext(IInspectable value);
public object PlugInContext { get; set; }
var object = vpnChannel.plugInContext;
vpnChannel.plugInContext = object;
Public Property PlugInContext As Object

Property Value

Object

Platform::Object

IInspectable

The contents of the Object are defined by the individual plug-in, based on the needs of the plug-in.

Windows requirements

App capabilities
networkingVpnProvider

Applies to