Write options that will be used for the next write.
If null, default options will be used.
Once set, this property maintains its value across subsequent
writes.
[[["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."],[[["The content describes the `IAsyncStreamWriter\u003cT\u003e` interface, which is a writable stream for messages in the `Grpc.Core` namespace."],["The latest version of this interface is 2.66.0, with previous versions 2.63.0 and 2.48.0 also listed for reference."],["The interface allows setting `WriteOptions` to define how the next write operation should be handled, maintaining this value for subsequent writes."],["It provides a `WriteAsync(T message)` method, enabling asynchronous writing of messages, with only one write operation allowed to be pending at any given time."],["The message type `T` is defined, which represents the type of message that can be written to the stream."]]],[]]