4 references to StreamingInputCall
InteropClient (4)
InteropClient.cs (4)
313
using (var call = client.
StreamingInputCall
())
488
using (var call = client.
StreamingInputCall
(cancellationToken: cts.Token))
744
var probeCall = client.
StreamingInputCall
(CreateClientCompressionMetadata(false));
763
var call = client.
StreamingInputCall
(CreateClientCompressionMetadata(true));