---
title: NEProxyServer
framework: networkextension
role: symbol
role_heading: Class
path: networkextension/neproxyserver
---

# NEProxyServer

NEProxyServer contains settings for a proxy server.

## Declaration

```swift
class NEProxyServer
```

## Overview

Overview NEProxyServer instances are used inside of NEProxySettings instances to configure proxy settings for VPN connections.

## Topics

### Initializing a Proxy Server

- [init(address:port:)](networkextension/neproxyserver/init(address:port:).md)

### Accessing Proxy Server Properties

- [address](networkextension/neproxyserver/address.md)
- [port](networkextension/neproxyserver/port.md)
- [authenticationRequired](networkextension/neproxyserver/authenticationrequired.md)
- [username](networkextension/neproxyserver/username.md)
- [password](networkextension/neproxyserver/password.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 Manual Proxy Properties

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