persistentConnection property

  1. @override
bool persistentConnection
override

The requested persistent connection state.

The default value is true.

Implementation

@override
bool get persistentConnection => request.persistentConnection;
  1. @override
void persistentConnection=(bool value)
override

The requested persistent connection state.

The default value is true.

Implementation

@override
set persistentConnection(bool value) => request.persistentConnection = value;