proxyDetails property

HttpProfileProxyData? proxyDetails

Proxy authentication details for this request.

Throws HttpProfileRequestError if hasError is true.

Implementation

HttpProfileProxyData? get proxyDetails => _returnIfNoError(_proxyDetails);