Contents

isViable

The viability of a TCP connection indicates whether or not data can be transferred.

Declaration

var isViable: Bool { get }

Discussion

Evaluates to true if the connection can read and write data, false otherwise. Use Key-Value Observing to watch this property.

See Also

Monitoring the connection status