menu
ews package
documentation
Interfaces/IEwsHttpWebResponse.dart
IEwsHttpWebResponse
GetResponseStream abstract method
GetResponseStream abstract method
dark_mode
light_mode
GetResponseStream
abstract method
Stream
<
List
<
int
>
>
GetResponseStream
(
)
Gets the stream that is used to read the body of the response from the server.
Implementation
Stream<List<int>> GetResponseStream();
ews package
documentation
Interfaces/IEwsHttpWebResponse
IEwsHttpWebResponse
GetResponseStream abstract method
IEwsHttpWebResponse class