VpnNamespaceInfo Constructor
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(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))
Parameters
- name
-
String
Platform::String
winrt::hstring
A list of DNS servers to perform DNS resolution against when resolving a name in the namespace.
A list of DNS servers to perform DNS resolution against when resolving a name in the namespace.
A list of web proxy servers to be used when connecting to a resource in the specified namespace.
Windows requirements
App capabilities |
networkingVpnProvider
|