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 Proxy 伺服器清單。

Windows 需求

應用程式功能
networkingVpnProvider

適用於