---
title: NEProxySettings
framework: networkextension
role: symbol
role_heading: Class
path: networkextension/neproxysettings
---

# NEProxySettings

NEProxySettings contains HTTP proxy settings.

## Declaration

```swift
class NEProxySettings
```

## Overview

Overview NEProxySettings is used in the context of a VPN configuration to specify the proxy that should be used for network traffic when the VPN is active. Instances of this class are thread safe.

## Topics

### Accessing Automatic Proxy Properties

- [autoProxyConfigurationEnabled](networkextension/neproxysettings/autoproxyconfigurationenabled.md)
- [proxyAutoConfigurationURL](networkextension/neproxysettings/proxyautoconfigurationurl.md)
- [proxyAutoConfigurationJavaScript](networkextension/neproxysettings/proxyautoconfigurationjavascript.md)

### Accessing Manual Proxy Properties

- [httpEnabled](networkextension/neproxysettings/httpenabled.md)
- [httpServer](networkextension/neproxysettings/httpserver.md)
- [httpsEnabled](networkextension/neproxysettings/httpsenabled.md)
- [httpsServer](networkextension/neproxysettings/httpsserver.md)
- [NEProxyServer](networkextension/neproxyserver.md)

### Accessing General Proxy Properties

- [excludeSimpleHostnames](networkextension/neproxysettings/excludesimplehostnames.md)
- [exceptionList](networkextension/neproxysettings/exceptionlist.md)
- [matchDomains](networkextension/neproxysettings/matchdomains.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Accessing tunnel network settings

- [tunnelRemoteAddress](networkextension/netunnelnetworksettings/tunnelremoteaddress.md)
- [dnsSettings](networkextension/netunnelnetworksettings/dnssettings.md)
- [NEDNSSettings](networkextension/nednssettings.md)
- [proxySettings](networkextension/netunnelnetworksettings/proxysettings.md)
