---
title: replyTimeout
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsconnection/replytimeout
---

# replyTimeout

The timeout interval for replies to outgoing remote messages.

## Declaration

```occ
@property NSTimeInterval replyTimeout;
```

## Discussion

Discussion If a non-oneway remote message is sent and no reply is received by the timeout, an portTimeoutException is raised. The default timeout is the maximum possible value.

## See Also

### Configuring Instances

- [requestTimeout](foundation/nsconnection/requesttimeout.md)
- [independentConversationQueueing](foundation/nsconnection/independentconversationqueueing.md)
- [addRequestMode:](foundation/nsconnection/addrequestmode:.md)
- [removeRequestMode:](foundation/nsconnection/removerequestmode:.md)
- [requestModes](foundation/nsconnection/requestmodes-c.property.md)
- [invalidate](foundation/nsconnection/invalidate.md)
- [valid](foundation/nsconnection/valid.md)
