共用方式為


VpnInterfaceId(Byte[]) 建構函式

定義

允許 VPN 外掛程式建構此物件,並在 VpnChannel.Start 方法中使用。

public:
 VpnInterfaceId(Platform::Array <byte> ^ address);
 VpnInterfaceId(winrt::array_view <byte> const& address);
public VpnInterfaceId(byte[] address);
function VpnInterfaceId(address)
Public Sub New (address As Byte())

參數

address

Byte[]

byte[]

以位元組集表示的位址。

Windows 需求

應用程式功能
networkingVpnProvider

適用於