Searched refs:StartServerStreamingCall (Results 1 – 3 of 3) sorted by relevance
378 asyncCall.StartServerStreamingCall("request1"); in ServerStreaming_StreamingSendNotAllowed()386 asyncCall.StartServerStreamingCall("request1"); in ServerStreaming_NoResponse_Success1()402 asyncCall.StartServerStreamingCall("request1"); in ServerStreaming_NoResponse_Success2()416 asyncCall.StartServerStreamingCall("request1"); in ServerStreaming_NoResponse_ReadFailure()429 asyncCall.StartServerStreamingCall("request1"); in ServerStreaming_MoreResponses_Success()453 …Assert.Throws(typeof(ArgumentNullException), () => asyncCall.StartServerStreamingCall(nullRequest)… in ServerStreaming_RequestSerializationExceptionDoesntLeakResources()465 …ssert.Throws(typeof(InvalidOperationException), () => asyncCall.StartServerStreamingCall("request1… in ServerStreaming_StartCallFailureDoesntLeakResources()
79 asyncCall.StartServerStreamingCall(req); in asyncCall.StartServerStreamingCall()
224 public void StartServerStreamingCall(TRequest msg) in StartServerStreamingCall() method in Grpc.Core.Internal.AsyncCall