IVpnNamespaceInfoFactory
IVpnNamespaceInfoFactory
IVpnNamespaceInfoFactory
IVpnNamespaceInfoFactory
Interface
Definition
IVpnNamespaceInfoFactory is not supported and may be altered or unavailable in the future. Instead, use IVpnDomainNameInfoFactory.
public : interface IVpnNamespaceInfoFactorypublic interface IVpnNamespaceInfoFactoryPublic Interface IVpnNamespaceInfoFactory// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Methods
CreateVpnNamespaceInfo(String, IVector, IVector)
CreateVpnNamespaceInfo(String, IVector, IVector)
CreateVpnNamespaceInfo(String, IVector, IVector)
CreateVpnNamespaceInfo(String, IVector, IVector)
Not supported.
public : VpnNamespaceInfo CreateVpnNamespaceInfo(PlatForm::String name, IVector<HostName> dnsServerList, IVector<HostName> proxyServerList)public VpnNamespaceInfo CreateVpnNamespaceInfo(String name, IList<HostName> dnsServerList, IList<HostName> proxyServerList)Public Function CreateVpnNamespaceInfo(name As String, dnsServerList As IList<HostName>, proxyServerList As IList<HostName>) As VpnNamespaceInfo// You can use this method in JavaScript.
Parameters
- name
- PlatForm::String String String String
Not supported.
- dnsServerList
- IVector<HostName> IList<HostName> IList<HostName> IList<HostName>
Not supported.
- proxyServerList
- IVector<HostName> IList<HostName> IList<HostName> IList<HostName>
Not supported.
Returns
A list of web proxy servers to be used when connecting to a resource in the specified namespace.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|