Searched refs:initialMetadataSent (Results 1 – 3 of 3) sorted by relevance
106 …GrpcPreconditions.CheckState(!initialMetadataSent, "Response headers can only be sent once per cal… in SendInitialMetadataAsync()120 this.initialMetadataSent = true; in SendInitialMetadataAsync()143 …atusFromServer(SendStatusFromServerCompletionCallback, status, metadataArray, !initialMetadataSent, in SendStatusFromServerAsync()147 initialMetadataSent = true; in SendStatusFromServerAsync()
63 protected bool initialMetadataSent; field in Grpc.Core.Internal.AsyncCallBase129 … call.StartSendMessage(SendCompletionCallback, payload, writeFlags, !initialMetadataSent); in SendMessageInternalAsync()131 initialMetadataSent = true; in SendMessageInternalAsync()
60 … this.initialMetadataSent = true; // we always send metadata at the very beginning of the call. in AsyncCall()