Home
last modified time | relevance | path

Searched refs:StartDuplexStreamingCall (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallTest.cs473 asyncCall.StartDuplexStreamingCall(); in DuplexStreaming_NoRequestNoResponse_Success()
491 asyncCall.StartDuplexStreamingCall(); in DuplexStreaming_WriteAfterReceivingStatusThrowsRpcException()
509 asyncCall.StartDuplexStreamingCall(); in DuplexStreaming_CompleteAfterReceivingStatusSuceeds()
525 asyncCall.StartDuplexStreamingCall(); in DuplexStreaming_WriteFailureThrowsRpcException()
548 asyncCall.StartDuplexStreamingCall(); in DuplexStreaming_WriteFailureThrowsRpcException2()
568 asyncCall.StartDuplexStreamingCall(); in DuplexStreaming_WriteAfterCancellationRequestThrowsTaskCanceledException()
588 asyncCall.StartDuplexStreamingCall(); in DuplexStreaming_ReadAfterCancellationRequestCanSucceed()
609 asyncCall.StartDuplexStreamingCall(); in DuplexStreaming_ReadStartedBeforeCancellationRequestCanSucceed()
631 … Assert.Throws(typeof(InvalidOperationException), () => asyncCall.StartDuplexStreamingCall()); in DuplexStreaming_StartCallFailureDoesntLeakResources()
/external/grpc-grpc/src/csharp/Grpc.Core/
DCalls.cs116 asyncCall.StartDuplexStreamingCall(); in asyncCall.StartDuplexStreamingCall()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCall.cs262 public void StartDuplexStreamingCall() in StartDuplexStreamingCall() method in Grpc.Core.Internal.AsyncCall