Click or drag to resize
AsyncDuplexStreamingCallTRequest, TResponseGetTrailers Method
Gets the call trailing metadata if the call has already finished. Throws InvalidOperationException otherwise.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public Metadata GetTrailers()

Return Value

Type: Metadata
See Also