persistentConnection property

bool persistentConnection
override

The requested persistent connection state.

The default value is true.

Implementation

get persistentConnection => headers.persistentConnection;
void persistentConnection=(bool value)
override

The requested persistent connection state.

The default value is true.

Implementation

set persistentConnection(bool value) {
  headers.persistentConnection = value;
}