| IClientStreamWriterT Methods |
The IClientStreamWriterT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CompleteAsync |
Completes/closes the stream. Can only be called once there is no pending write. No writes should follow calling this.
| |
| WriteAsync |
Writes a single asynchronously. Only one write can be pending at a time.
(Inherited from IAsyncStreamWriterT.) |
| Name | Description | |
|---|---|---|
| WriteAllAsyncT |
Writes all elements from given enumerable to the stream.
Completes the stream afterwards unless close = false.
(Defined by AsyncStreamExtensions.) |