VpnNamespaceInfo コンストラクター

定義

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

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

パラメーター

name
String

Platform::String

winrt::hstring

名前空間内の名前を解決するときに DNS 解決を実行する DNS サーバーの一覧。

dnsServerList

IVector<HostName>

IList<HostName>

名前空間内の名前を解決するときに DNS 解決を実行する DNS サーバーの一覧。

proxyServerList

IVector<HostName>

IList<HostName>

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

Windows の要件

アプリの機能
networkingVpnProvider

適用対象