NEAppProxyProviderManager Class
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.
Configures and controls network tunnels received from an App Proxy Provider extension.
[Foundation.Register("NEAppProxyProviderManager", true)]
public class NEAppProxyProviderManager : NetworkExtension.NETunnelProviderManager
[<Foundation.Register("NEAppProxyProviderManager", true)>]
type NEAppProxyProviderManager = class
inherit NETunnelProviderManager
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| NEAppProxyProviderManager(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NEAppProxyProviderManager(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AppRules |
Gets a copy of the rules that control which apps can use the tunnel. (Inherited from NETunnelProviderManager) |
| AssociatedDomains | (Inherited from NETunnelProviderManager) |
| CalendarDomains | (Inherited from NETunnelProviderManager) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Connection |
Gets the VPN connection. (Inherited from NEVpnManager) |
| ContactsDomains | (Inherited from NETunnelProviderManager) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Enabled |
Gets or sets a Boolean value that controls whether the VPN configuration is valid. (Inherited from NEVpnManager) |
| ExcludedDomains | (Inherited from NETunnelProviderManager) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LocalizedDescription |
Gets or sets the localized description of the VPN manager. (Inherited from NEVpnManager) |
| MailDomains | (Inherited from NETunnelProviderManager) |
| OnDemandEnabled |
Gets or sets a Boolean value that controls whether on-demand connections are allowed. (Inherited from NEVpnManager) |
| OnDemandRules |
Gets or sets the rules that control when on-demand connections will occur. (Inherited from NEVpnManager) |
| Protocol |
Developers should not use this deprecated property. Developers should use 'ProtocolConfiguration' instead. (Inherited from NEVpnManager) |
| ProtocolConfiguration |
Gets or sets the protocol configuration for the VPN tunnel. (Inherited from NEVpnManager) |
| RetainCount | (Inherited from NSObject) |
| RoutingMethod |
Gets or sets the routing method. (Inherited from NETunnelProviderManager) |
| SafariDomains | (Inherited from NETunnelProviderManager) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |