Interface IHasWriteOptions
Allows sharing write options between ServerCallContext and other objects.
Namespace: Grpc.Core
Assembly: Grpc.Core.dll
Syntax
public interface IHasWriteOptions
Properties
WriteOptions
Gets or sets the write options.
Declaration
WriteOptions WriteOptions { get; set; }
Property Value
Type | Description |
---|---|
WriteOptions |