5 references to EnsureResponseHeaders
Microsoft.AspNetCore.Grpc.JsonTranscoding (5)
Internal\CallHandlers\UnaryServerCallHandler.cs (2)
48serverCallContext.EnsureResponseHeaders(httpBody.ContentType); 53serverCallContext.EnsureResponseHeaders();
Internal\HttpContextStreamWriter.cs (2)
88_context.EnsureResponseHeaders(httpBody.ContentType); 93_context.EnsureResponseHeaders();
Internal\JsonTranscodingServerCallContext.cs (1)
229EnsureResponseHeaders();