persistentConnection property
bool
get
persistentConnection
override
Gets and sets the persistent connection state. The initial value
of this property is the persistent connection state from the
request.
Implementation
@override
bool get persistentConnection => httpResponse.persistentConnection;
set
persistentConnection
(bool value)
override
Gets and sets the persistent connection state. The initial value
of this property is the persistent connection state from the
request.
Implementation
@override
set persistentConnection(bool value) => httpResponse.persistentConnection = value;