VpnNamespaceInfo VpnNamespaceInfo VpnNamespaceInfo VpnNamespaceInfo Class

Definition

VpnNamespaceInfo is not supported and may be altered or unavailable in the future. Instead, use VpnDomainNameInfo.

public : sealed class VpnNamespaceInfo : IVpnNamespaceInfopublic sealed class VpnNamespaceInfo : IVpnNamespaceInfoPublic NotInheritable Class VpnNamespaceInfo Implements IVpnNamespaceInfo// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider

Constructors

VpnNamespaceInfo(String, IVector, IVector) VpnNamespaceInfo(String, IVector, IVector) VpnNamespaceInfo(String, IVector, IVector) VpnNamespaceInfo(String, IVector, IVector)

Not supported.

public : VpnNamespaceInfo(PlatForm::String name, IVector<HostName> dnsServerList, IVector<HostName> proxyServerList)public VpnNamespaceInfo(String name, IList<HostName> dnsServerList, IList<HostName> proxyServerList)Public Sub New(name As String, dnsServerList As IList<HostName>, proxyServerList As IList<HostName>)// This API is not available in Javascript.
Parameters
name
PlatForm::String String String String

A list of DNS servers to perform DNS resolution against when resolving a name in the namespace.

dnsServerList
IVector<HostName> IList<HostName> IList<HostName> IList<HostName>

A list of DNS servers to perform DNS resolution against when resolving a name in the namespace.

proxyServerList
IVector<HostName> IList<HostName> IList<HostName> IList<HostName>

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

Properties

DnsServers DnsServers DnsServers DnsServers

Not supported.

public : IVector<HostName> DnsServers { get; set; }public IList<HostName> DnsServers { get; set; }Public ReadWrite Property DnsServers As IList<HostName>// This API is not available in Javascript.
Value
IVector<HostName> IList<HostName> IList<HostName> IList<HostName>

Not supported.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider

Namespace Namespace Namespace Namespace

Not supported.

public : PlatForm::String Namespace { get; set; }public string Namespace { get; set; }Public ReadWrite Property Namespace As string// This API is not available in Javascript.
Value
PlatForm::String string string string

Not supported.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider

WebProxyServers WebProxyServers WebProxyServers WebProxyServers

Not supported.

public : IVector<HostName> WebProxyServers { get; set; }public IList<HostName> WebProxyServers { get; set; }Public ReadWrite Property WebProxyServers As IList<HostName>// This API is not available in Javascript.
Value
IVector<HostName> IList<HostName> IList<HostName> IList<HostName>

Not supported.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider