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

适用于