Share via


IVpnNamespaceInfoFactory.CreateVpnNamespaceInfo メソッド

定義

サポートされていません。

public:
 VpnNamespaceInfo ^ CreateVpnNamespaceInfo(Platform::String ^ name, IVector<HostName ^> ^ dnsServerList, IVector<HostName ^> ^ proxyServerList);
VpnNamespaceInfo CreateVpnNamespaceInfo(winrt::hstring const& name, IVector<HostName> const& dnsServerList, IVector<HostName> const& proxyServerList);
public VpnNamespaceInfo CreateVpnNamespaceInfo(string name, IList<HostName> dnsServerList, IList<HostName> proxyServerList);
function createVpnNamespaceInfo(name, dnsServerList, proxyServerList)
Public Function CreateVpnNamespaceInfo (name As String, dnsServerList As IList(Of HostName), proxyServerList As IList(Of HostName)) As VpnNamespaceInfo

パラメーター

name
String

Platform::String

winrt::hstring

サポートされていません。

dnsServerList

IVector<HostName>

IList<HostName>

サポートされていません。

proxyServerList

IVector<HostName>

IList<HostName>

サポートされていません。

戻り値

指定した名前空間内のリソースに接続するときに使用する Web プロキシ サーバーの一覧。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象