IAsyncStreamReaderT Methods |
The IAsyncStreamReaderT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | MoveNext | (Inherited from IAsyncEnumeratorT.) |
Name | Description | |
---|---|---|
![]() | ForEachAsyncT |
Reads the entire stream and executes an async action for each element.
(Defined by AsyncStreamExtensions.) |
![]() | ToListAsyncT |
Reads the entire stream and creates a list containing all the elements read.
(Defined by AsyncStreamExtensions.) |