proxyDetails property

HttpProfileProxyData? get proxyDetails

Proxy authentication details for this request.

Throws HttpProfileRequestError if hasError is true.

Implementation

HttpProfileProxyData? get proxyDetails => _returnIfNoError(_proxyDetails);