[[["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-09-04 UTC."],[[["\u003cp\u003eVersion 2.63.0 of the Grpc.Core library includes the \u003ccode\u003eIClientStreamWriter<T>\u003c/code\u003e interface, representing a client-side writable stream.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIClientStreamWriter<T>\u003c/code\u003e inherits from \u003ccode\u003eIAsyncStreamWriter<T>\u003c/code\u003e and allows for messages to be written to a stream and the ability to close said stream.\u003c/p\u003e\n"],["\u003cp\u003eThe interface defines the \u003ccode\u003eCompleteAsync()\u003c/code\u003e method, which is used to close the stream once there are no pending writes and no further writes will be done.\u003c/p\u003e\n"],["\u003cp\u003eThe type parameter \u003ccode\u003eT\u003c/code\u003e in \u003ccode\u003eIClientStreamWriter<T>\u003c/code\u003e refers to the message type being written to the stream.\u003c/p\u003e\n"]]],[],null,[]]