persistentConnection property

bool? persistentConnection

The requested persistent connection state.

Throws HttpProfileRequestError if hasError is true.

Implementation

bool? get persistentConnection => _returnIfNoError(_persistentConnection);