Searched refs:StartDuplexStreamingCall (Results 1 – 3 of 3) sorted by relevance
473 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()
116 asyncCall.StartDuplexStreamingCall(); in asyncCall.StartDuplexStreamingCall()
262 public void StartDuplexStreamingCall() in StartDuplexStreamingCall() method in Grpc.Core.Internal.AsyncCall