IVpnChannelStatics Interface
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.
Provides static functions for VPN plug-ins.
public interface class IVpnChannelStatics
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2297103917, 59416, 20477, 152, 166, 54, 62, 55, 54, 201, 93)]
struct IVpnChannelStatics
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2297103917, 59416, 20477, 152, 166, 54, 62, 55, 54, 201, 93)]
public interface IVpnChannelStatics
Public Interface IVpnChannelStatics
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
networkingVpnProvider
|
Methods
ProcessEventAsync(Object, Object) |
A VPN plug-in must always call this function in its background tasks Run() method. |