[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page documents the `IClientStreamWriter\u003cT\u003e` interface, which represents a client-side writable stream of messages."],["The interface is available in multiple versions, including 2.66.0 (latest), 2.63.0, and 2.48.0, each with potentially unique features."],["`IClientStreamWriter\u003cT\u003e` inherits from `IAsyncStreamWriter\u003cT\u003e`, offering functionalities like `WriteAsync(T)` and `WriteOptions`."],["The interface's primary method is `CompleteAsync()`, which is used to close the stream after all writes have been completed, and it returns a `Task`."],["The `T` parameter in `IClientStreamWriter\u003cT\u003e` indicates the message type for the stream."]]],[]]