[[["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."],[[["Version 2.63.0 of the Grpc.Core library includes the `IClientStreamWriter\u003cT\u003e` interface, representing a client-side writable stream."],["`IClientStreamWriter\u003cT\u003e` inherits from `IAsyncStreamWriter\u003cT\u003e` and allows for messages to be written to a stream and the ability to close said stream."],["The interface defines the `CompleteAsync()` method, which is used to close the stream once there are no pending writes and no further writes will be done."],["The type parameter `T` in `IClientStreamWriter\u003cT\u003e` refers to the message type being written to the stream."]]],[]]