Click or drag to resize
ServerCallContextResponseTrailers Property
Trailers to send back to client after RPC finishes.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public Metadata ResponseTrailers { get; }

Property Value

Type: Metadata
See Also