Click or drag to resize
IClientStreamWriterT Methods

The IClientStreamWriterT generic type exposes the following members.

Methods
  NameDescription
Public methodCompleteAsync
Completes/closes the stream. Can only be called once there is no pending write. No writes should follow calling this.
Public methodWriteAsync
Writes a single asynchronously. Only one write can be pending at a time.
(Inherited from IAsyncStreamWriterT.)
Top
Extension Methods
  NameDescription
Public Extension MethodWriteAllAsyncT
Writes all elements from given enumerable to the stream. Completes the stream afterwards unless close = false.
(Defined by AsyncStreamExtensions.)
Top
See Also