Searched refs:ResponseAsync (Results 1 – 14 of 14) sorted by relevance
78 await call.ResponseAsync; in ClientStreamingCall_CancelAfterBegin()115 await call.ResponseAsync; in ClientStreamingCall_ServerSideReadAfterCancelNotificationReturnsNull()141 await call.ResponseAsync; in ClientStreamingCall_CancelServerSideRead()
80 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_UnaryCall()97 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_ClientStreamingCall()
72 Assert.AreEqual("PASS", await call.ResponseAsync); in HalfcloseAfterFullclose_ClientStreamingCall()
182 Assert.AreEqual("ABC", await call.ResponseAsync); in ClientStreamingCall()
60 Console.WriteLine("Sum Result: " + await call.ResponseAsync); in SumExample()92 sum = await sumCall.ResponseAsync; in DependendRequestsExample()
62 public Task<TResponse> ResponseAsync property in Grpc.Core.AsyncUnaryCall
66 public Task<TResponse> ResponseAsync property in Grpc.Core.AsyncClientStreamingCall
234 var response = await call.ResponseAsync; in RunClientStreamingAsync()411 var ex = Assert.ThrowsAsync<RpcException>(async () => await call.ResponseAsync); in RunCancelAfterBeginAsync()495 await call.ResponseAsync; in RunCustomMetadataAsync()675 var response = await call.ResponseAsync; in RunClientCompressedStreamingAsync()
74 await call.ResponseAsync; in ErrorDetailsFromCallObject()
91 var response = await call.ResponseAsync; in AuthContextIsPopulated()
127 Assert.AreEqual("3", await call.ResponseAsync); in CountNumberOfRequestsInClientInterceptors()181 var responseAsync = response.ResponseAsync.ContinueWith( in AsyncClientStreamingCall()
138 TEST_P(ReportBadMessageTest, ResponseAsync) { in TEST_P() argument
154 var result = await call.ResponseAsync; in Sum()
132 RouteSummary summary = await call.ResponseAsync; in RecordRoute()