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

适用于