menu
ews package
documentation
Core/ExchangeServiceBase.dart
ExchangeServiceBase
HttpResponseHeaders property
HttpResponseHeaders property
dark_mode
light_mode
HttpResponseHeaders
property
Map
<
String
,
String
?
>
get
HttpResponseHeaders
Gets a collection of HTTP headers from the last response.
Implementation
Map<String, String?> get HttpResponseHeaders => this._httpResponseHeaders;
ews package
documentation
Core/ExchangeServiceBase
ExchangeServiceBase
HttpResponseHeaders property
ExchangeServiceBase class