Click or drag to resize
AsyncDuplexStreamingCallTRequest, TResponseResponseHeadersAsync Property
Asynchronous access to response headers.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public Task<Metadata> ResponseHeadersAsync { get; }

Property Value

Type: TaskMetadata
See Also