IVpnChannelStatics 接口

定义

为 VPN 插件提供静态函数。

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
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
networkingVpnProvider

方法

ProcessEventAsync(Object, Object)

VPN 插件必须始终在其后台任务 Run () 方法中调用此函数。

适用于