Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallTest.cs378 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()
/external/grpc-grpc/src/csharp/Grpc.Core/
DCalls.cs79 asyncCall.StartServerStreamingCall(req); in asyncCall.StartServerStreamingCall()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCall.cs224 public void StartServerStreamingCall(TRequest msg) in StartServerStreamingCall() method in Grpc.Core.Internal.AsyncCall