persistentConnection property

  1. @override
bool persistentConnection

Whether a persistent connection should be maintained with the server.

Defaults to true.

Implementation

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

Implementation

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