Click or drag to resize
ServerCallContextWriteOptions Property
Allows setting write options for the following write. For streaming response calls, this property is also exposed as on IServerStreamWriter for convenience. Both properties are backed by the same underlying value.

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

Property Value

Type: WriteOptions
See Also