VpnChannel.PlugInContext 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 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
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
|