IVpnNamespaceInfoFactory.CreateVpnNamespaceInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Returns
A list of web proxy servers to be used when connecting to a resource in the specified namespace.
Windows requirements
App capabilities |
networkingVpnProvider
|