Home
last modified time | relevance | path

Searched refs:CreateClientStreamingCall (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DCallCancellationTest.cs70 …var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall(new CallOptions(cancell… in ClientStreamingCall_CancelAfterBegin()
108 …var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall(new CallOptions(cancell… in ClientStreamingCall_ServerSideReadAfterCancelNotificationReturnsNull()
137 var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall()); in ClientStreamingCall_CancelServerSideRead()
DContextPropagationTest.cs90 …var parentCall = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall(new CallOptions(c… in PropagateCancellation()
130 …var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall(new CallOptions(deadlin… in PropagateDeadline()
153 …var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall(new CallOptions(deadlin… in SuppressDeadlinePropagation()
DMarshallingErrorsTest.cs134 var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall()); in RequestParsingError_StreamingRequest()
160 var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall()); in RequestSerializationError_ClientStreaming()
DHalfcloseTest.cs70 var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall()); in HalfcloseAfterFullclose_ClientStreamingCall()
DMockServiceHelper.cs157 …public CallInvocationDetails<string, string> CreateClientStreamingCall(CallOptions options = defau… in CreateClientStreamingCall() method in Grpc.Core.Tests.MockServiceHelper
DResponseHeadersTest.cs92 var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall()); in ResponseHeadersAsync_ClientStreamingCall()
DClientServerTest.cs180 var call = Calls.AsyncClientStreamingCall(helper.CreateClientStreamingCall()); in ClientStreamingCall()