• Home
  • Raw
  • Download

Lines Matching refs:RequestStream

235                 await call.RequestStream.WriteAllAsync(bodySizes);  in RunClientStreamingAsync()
268 await call.RequestStream.WriteAsync(new StreamingOutputCallRequest in RunPingPongAsync()
277 await call.RequestStream.WriteAsync(new StreamingOutputCallRequest in RunPingPongAsync()
286 await call.RequestStream.WriteAsync(new StreamingOutputCallRequest in RunPingPongAsync()
295 await call.RequestStream.WriteAsync(new StreamingOutputCallRequest in RunPingPongAsync()
304 await call.RequestStream.CompleteAsync(); in RunPingPongAsync()
316 await call.RequestStream.CompleteAsync(); in RunEmptyStreamAsync()
427 await call.RequestStream.WriteAsync(new StreamingOutputCallRequest in RunCancelAfterFirstResponseAsync()
461 …await call.RequestStream.WriteAsync(new StreamingOutputCallRequest { Payload = CreateZerosPayload(… in RunTimeoutOnSleepingServerAsync()
516 await call.RequestStream.WriteAsync(request); in RunCustomMetadataAsync()
517 await call.RequestStream.CompleteAsync(); in RunCustomMetadataAsync()
553 await call.RequestStream.WriteAsync(request); in RunStatusCodeAndMessageAsync()
554 await call.RequestStream.CompleteAsync(); in RunStatusCodeAndMessageAsync()
665 await probeCall.RequestStream.WriteAsync(new StreamingInputCallRequest in RunClientCompressedStreamingAsync()
684 await call.RequestStream.WriteAsync(new StreamingInputCallRequest in RunClientCompressedStreamingAsync()
693 call.RequestStream.WriteOptions = new WriteOptions(WriteFlags.NoCompress); in RunClientCompressedStreamingAsync()
694 await call.RequestStream.WriteAsync(new StreamingInputCallRequest in RunClientCompressedStreamingAsync()
702 await call.RequestStream.CompleteAsync(); in RunClientCompressedStreamingAsync()