---
title: "SCDynamicStoreCopyProxies(_:)"
framework: systemconfiguration
role: symbol
role_heading: Function
path: "systemconfiguration/scdynamicstorecopyproxies(_:)"
---

# SCDynamicStoreCopyProxies(_:)

Returns the key-value pairs that represent the current internet proxy settings.

## Declaration

```swift
func SCDynamicStoreCopyProxies(_ store: SCDynamicStore?) -> CFDictionary?
```

## Parameters

- `store`: The dynamic store session that should be used for communication with the server. Pass NULL to use a temporary session.

## Return Value

Return Value A dictionary of key-value pairs that represent the current internet proxy settings, or NULL if no proxy settings have been defined or if an error occurred. You must release the returned value.

## Discussion

Discussion The returned proxy settings dictionary can include the following key-value pairs:  |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |

## See Also

### Group

- [SCDynamicStoreCopyComputerName(_:_:)](systemconfiguration/scdynamicstorecopycomputername(_:_:).md)
- [SCDynamicStoreCopyConsoleUser(_:_:_:)](systemconfiguration/scdynamicstorecopyconsoleuser(_:_:_:).md)
- [SCDynamicStoreCopyLocalHostName(_:)](systemconfiguration/scdynamicstorecopylocalhostname(_:).md)
- [SCDynamicStoreCopyLocation(_:)](systemconfiguration/scdynamicstorecopylocation(_:).md)
