Click or drag to resize
AsyncServerStreamingCallTResponseResponseHeadersAsync Property
Asynchronous access to response headers.

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

Property Value

Type: TaskMetadata
See Also