[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]