IVpnNamespaceInfoFactory.CreateVpnNamespaceInfo Method

Definition

Not supported.

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

Parameters

name
String

Platform::String

winrt::hstring

Not supported.

dnsServerList

IVector<HostName>

IList<HostName>

Not supported.

proxyServerList

IVector<HostName>

IList<HostName>

Not supported.

Returns

A list of web proxy servers to be used when connecting to a resource in the specified namespace.

Windows requirements

App capabilities
networkingVpnProvider

Applies to