IClientStreamWriterT Interface |
Namespace: Grpc.Core
The IClientStreamWriterT type exposes the following members.
Name | Description | |
---|---|---|
![]() | WriteOptions |
Write options that will be used for the next write.
If null, default options will be used.
Once set, this property maintains its value across subsequent
writes.
(Inherited from IAsyncStreamWriterT.) |
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.) |