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.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic WriteOptions WriteOptions { get; set; }
Public Property WriteOptions As WriteOptions
Get
Set
public:
property WriteOptions^ WriteOptions {
WriteOptions^ get ();
void set (WriteOptions^ value);
}
member WriteOptions : WriteOptions with get, set
Property Value
Type:
WriteOptions
See Also