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: 1.2.0-dev
Syntax
public WriteOptions WriteOptions { get; set; }

Property Value

Type: WriteOptions
See Also