Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProjectCapabilityManager.NetworkExtensionsOptions

The list of options available for the Network Extensions capability. For more information, refer to Configuring network extensions (Apple Developer)
Read time 1 minuteLast updated 7 days ago

Definition

[Flags]public enum ProjectCapabilityManager.NetworkExtensionsOptions

Fields

Value

Description

AppProxyUse this flag to set the App Proximity option.
ContentFilterUse this flag to set the Content Filter option.
DNSProxyUse this flag to set the DNS Proxy option.
DNSSettingsUse this flag to set the DNS Settings option.
NoneUse this flag when additional Network Extensions options aren't necessary.
PacketTunnelUse this flag to set the Packet Tunnel option.
RelayUse this flag to set the Relay option.