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: 1.2.0-dev
Syntax
public interface IHasWriteOptions

The IHasWriteOptions type exposes the following members.

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