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()
184 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()188 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()192 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_MoreRequests_Success()210 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException()239 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException2()254 fakeCall.SendCompletionCallback.OnSendCompletion(false); in ClientStreaming_WriteFailureThrowsRpcException3()321 fakeCall.SendCompletionCallback.OnSendCompletion(true); in ClientStreaming_WriteAfterCompleteThrowsInvalidOperationException()478 fakeCall.SendCompletionCallback.OnSendCompletion(true); in DuplexStreaming_NoRequestNoResponse_Success()530 fakeCall.SendCompletionCallback.OnSendCompletion(false); in DuplexStreaming_WriteFailureThrowsRpcException()557 fakeCall.SendCompletionCallback.OnSendCompletion(false); in DuplexStreaming_WriteFailureThrowsRpcException2()
137 fakeCall.SendCompletionCallback.OnSendCompletion(false); in WriteCompletionFailureThrows()153 fakeCall.SendCompletionCallback.OnSendCompletion(true); in WriteAndWriteStatusCanRunConcurrently()
129 … call.StartSendMessage(SendCompletionCallback, payload, writeFlags, !initialMetadataSent); in SendMessageInternalAsync()368 protected ISendCompletionCallback SendCompletionCallback => this; field in Grpc.Core.Internal.AsyncCallBase
117 call.StartSendInitialMetadata(SendCompletionCallback, metadataArray); in SendInitialMetadataAsync()
332 call.StartSendCloseFromClient(SendCompletionCallback); in SendCloseFromClientAsync()