Click or drag to resize
AsyncServerStreamingCallTResponseResponseStream Property
Async stream to read streaming responses.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public IAsyncStreamReader<TResponse> ResponseStream { get; }

Property Value

Type: IAsyncStreamReaderTResponse
See Also