Click or drag to resize
IAsyncStreamWriterTWriteOptions Property
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.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
WriteOptions WriteOptions { get; set; }

Property Value

Type: WriteOptions
See Also