Home
last modified time | relevance | path

Searched refs:ResponseAsync (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow.Flight/Client/
H A DFlightClient.cs70 .ResponseAsync in GetInfo()
108 .ResponseAsync in GetSchema()
109 …nc schema => FlightMessageSerializer.DecodeSchema((await schemaResult.ResponseAsync.ConfigureAwait… in GetSchema()
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow.Flight/Client/
H A DFlightClient.cs70 .ResponseAsync in GetInfo()
108 .ResponseAsync in GetSchema()
109 …nc schema => FlightMessageSerializer.DecodeSchema((await schemaResult.ResponseAsync.ConfigureAwait… in GetSchema()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core.Tests/
H A DCallCancellationTest.cs78 await call.ResponseAsync; in ClientStreamingCall_CancelAfterBegin()
115 await call.ResponseAsync; in ClientStreamingCall_ServerSideReadAfterCancelNotificationReturnsNull()
141 await call.ResponseAsync; in ClientStreamingCall_CancelServerSideRead()
H A DResponseHeadersTest.cs80 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_UnaryCall()
97 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_ClientStreamingCall()
H A DHalfcloseTest.cs72 Assert.AreEqual("PASS", await call.ResponseAsync); in HalfcloseAfterFullclose_ClientStreamingCall()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core.Tests/
H A DCallCancellationTest.cs78 await call.ResponseAsync; in ClientStreamingCall_CancelAfterBegin()
115 await call.ResponseAsync; in ClientStreamingCall_ServerSideReadAfterCancelNotificationReturnsNull()
141 await call.ResponseAsync; in ClientStreamingCall_CancelServerSideRead()
H A DResponseHeadersTest.cs80 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_UnaryCall()
97 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_ClientStreamingCall()
H A DHalfcloseTest.cs72 Assert.AreEqual("PASS", await call.ResponseAsync); in HalfcloseAfterFullclose_ClientStreamingCall()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core.Tests/
H A DCallCancellationTest.cs78 await call.ResponseAsync; in ClientStreamingCall_CancelAfterBegin()
115 await call.ResponseAsync; in ClientStreamingCall_ServerSideReadAfterCancelNotificationReturnsNull()
141 await call.ResponseAsync; in ClientStreamingCall_CancelServerSideRead()
H A DResponseHeadersTest.cs80 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_UnaryCall()
97 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_ClientStreamingCall()
H A DHalfcloseTest.cs72 Assert.AreEqual("PASS", await call.ResponseAsync); in HalfcloseAfterFullclose_ClientStreamingCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core.Tests/
H A DCallCancellationTest.cs78 await call.ResponseAsync; in ClientStreamingCall_CancelAfterBegin()
115 await call.ResponseAsync; in ClientStreamingCall_ServerSideReadAfterCancelNotificationReturnsNull()
141 await call.ResponseAsync; in ClientStreamingCall_CancelServerSideRead()
H A DResponseHeadersTest.cs80 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_UnaryCall()
97 Assert.AreEqual("PASS", await call.ResponseAsync); in ResponseHeadersAsync_ClientStreamingCall()
H A DHalfcloseTest.cs72 Assert.AreEqual("PASS", await call.ResponseAsync); in HalfcloseAfterFullclose_ClientStreamingCall()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Examples/
H A DMathExamples.cs60 Console.WriteLine("Sum Result: " + await call.ResponseAsync); in SumExample()
92 sum = await sumCall.ResponseAsync; in DependendRequestsExample()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Examples/
H A DMathExamples.cs60 Console.WriteLine("Sum Result: " + await call.ResponseAsync); in SumExample()
93 sum = await sumCall.ResponseAsync; in DependentRequestsExample()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Examples/
H A DMathExamples.cs60 Console.WriteLine("Sum Result: " + await call.ResponseAsync); in SumExample()
93 sum = await sumCall.ResponseAsync; in DependentRequestsExample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Examples/
H A DMathExamples.cs60 Console.WriteLine("Sum Result: " + await call.ResponseAsync); in SumExample()
92 sum = await sumCall.ResponseAsync; in DependendRequestsExample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core.Api/
H A DAsyncUnaryCall.cs62 public Task<TResponse> ResponseAsync property in Grpc.Core.AsyncUnaryCall
H A DAsyncClientStreamingCall.cs66 public Task<TResponse> ResponseAsync property in Grpc.Core.AsyncClientStreamingCall
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core.Api/
H A DAsyncUnaryCall.cs76 public Task<TResponse> ResponseAsync property in Grpc.Core.AsyncUnaryCall
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core.Api/
H A DAsyncUnaryCall.cs76 public Task<TResponse> ResponseAsync property in Grpc.Core.AsyncUnaryCall
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core.Api/
H A DAsyncUnaryCall.cs76 public Task<TResponse> ResponseAsync property in Grpc.Core.AsyncUnaryCall
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.IntegrationTesting/
H A DInteropClient.cs237 var response = await call.ResponseAsync; in RunClientStreamingAsync()
414 var ex = Assert.ThrowsAsync<RpcException>(async () => await call.ResponseAsync); in RunCancelAfterBeginAsync()
497 await call.ResponseAsync; in RunCustomMetadataAsync()
704 var response = await call.ResponseAsync; in RunClientCompressedStreamingAsync()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.IntegrationTesting/
H A DInteropClient.cs237 var response = await call.ResponseAsync; in RunClientStreamingAsync()
414 var ex = Assert.ThrowsAsync<RpcException>(async () => await call.ResponseAsync); in RunCancelAfterBeginAsync()
497 await call.ResponseAsync; in RunCustomMetadataAsync()
704 var response = await call.ResponseAsync; in RunClientCompressedStreamingAsync()

123