Grpc.Core.IClientStreamWriter<T> public interface IClientStreamWriter<T> : IAsyncStreamWriter<T> Client-side writable stream of messages with Close capability. Documentation Code Task CompleteAsync() Completes/closes the stream. Can only be called once there is no pending write. No writes should follow calling this.