---
title: remoteHostname
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neappproxyflow/remotehostname
---

# remoteHostname

The remote host name for flows created from a hostname.

## Declaration

```swift
var remoteHostname: String? { get }
```

## Discussion

Discussion The flow populates this property when you create the flow from a connect-by-name API such as URLSession or the Network framework.

## See Also

### Accessing flow information

- [metaData](networkextension/neappproxyflow/metadata.md)
- [setMetadata(_:)](networkextension/neappproxyflow/setmetadata(_:).md)
- [nw_parameters_t](network/nw_parameters_t.md)
- [isBound](networkextension/neappproxyflow/isbound.md)
- [networkInterface](networkextension/neappproxyflow/networkinterface.md)
- [nw_interface_type_t](network/nw_interface_type_t.md)
