public delegate Task ServerStreamingServerMethod<TRequest, TResponse>(TRequest request, IServerStreamWriter<TResponse> responseStream, ServerCallContext context) where TRequest : class where TResponse : class
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This content details the `ServerStreamingServerMethod` delegate, which is a server-side handler for server streaming calls within the Grpc.Core namespace."],["The delegate takes three parameters: a `TRequest` (request message), an `IServerStreamWriter\u003cTResponse\u003e` (response stream), and a `ServerCallContext`."],["It is defined with type parameters `TRequest` and `TResponse`, representing the request and response message types respectively, and returns a `Task`."],["The documented versions of the delegate are 2.66.0 (latest), 2.63.0, and 2.48.0, each providing the same functionality."],["This functionality can be found in the `Grpc.Core.Api.dll` assembly."]]],[]]