Searched refs:SendCompletionCallback (Results 1 – 6 of 6) sorted by relevance
59 public ISendCompletionCallback SendCompletionCallback property in Grpc.Core.Internal.Tests.FakeNativeCall146 SendCompletionCallback = callback; in StartSendInitialMetadata()151 SendCompletionCallback = callback; in StartSendMessage()156 SendCompletionCallback = callback; in StartSendCloseFromClient()
188 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()192 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()196 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()214 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException()243 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException2()258 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException3()325 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_WriteAfterCompleteThrowsInvalidOperationException()482 fakeCall.SendCompletionCallback.OnSendCompletion(true); in DuplexStreaming_NoRequestNoResponse_Success()534 fakeCall.SendCompletionCallback.OnSendCompletion(false); in DuplexStreaming_WriteFailureThrowsRpcException()561 fakeCall.SendCompletionCallback.OnSendCompletion(false); in DuplexStreaming_WriteFailureThrowsRpcException2()
140 fakeCall.SendCompletionCallback.OnSendCompletion(false); in WriteCompletionFailureThrows()156 fakeCall.SendCompletionCallback.OnSendCompletion(true); in WriteAndWriteStatusCanRunConcurrently()
130 … call.StartSendMessage(SendCompletionCallback, payload, writeFlags, !initialMetadataSent); in SendMessageInternalAsync()378 protected ISendCompletionCallback SendCompletionCallback => this; field in Grpc.Core.Internal.AsyncCallBase
117 call.StartSendInitialMetadata(SendCompletionCallback, metadataArray); in SendInitialMetadataAsync()
336 call.StartSendCloseFromClient(SendCompletionCallback); in SendCloseFromClientAsync()