1 override of IsStreaming
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\CallHandlers\ServerStreamingServerCallHandler.cs (1)
43protected override bool IsStreaming => true;
2 references to IsStreaming
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Internal\CallHandlers\ServerCallHandlerBase.cs (2)
59return AwaitHandleCall(serverCallContext, MethodInvoker.Method, IsStreaming, SerializerOptions, handleCallTask); 64return serverCallContext.ProcessHandlerErrorAsync(ex, MethodInvoker.Method.Name, IsStreaming, SerializerOptions);