menu
ews package
documentation
Http/EwsHttpWebExceptionResponse.dart
EwsHttpWebExceptionResponse
GetResponseStream method
GetResponseStream method
dark_mode
light_mode
GetResponseStream
method
@
override
Stream
<
List
<
int
>
>
GetResponseStream
(
)
override
Gets the stream that is used to read the body of the response from the server.
Implementation
@override Stream<List<int>> GetResponseStream() { return this._webException.Response; }
ews package
documentation
Http/EwsHttpWebExceptionResponse
EwsHttpWebExceptionResponse
GetResponseStream method
EwsHttpWebExceptionResponse class