Click or drag to resize
IHasWriteOptions Interface
Allows sharing write options between ServerCallContext and other objects.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public interface IHasWriteOptions

The IHasWriteOptions type exposes the following members.

Properties
  NameDescription
Public propertyWriteOptions
Gets or sets the write options.
Top
See Also