共用方式為


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

Windows 需求

應用程式功能
networkingVpnProvider

適用於