[[["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."],[[["`ContextPropagationOptions` is a class that configures how context is propagated in gRPC calls, including options for deadline and cancellation."],["The `ContextPropagationOptions` class is part of the `Grpc.Core` namespace and is found within the `Grpc.Core.Api.dll` assembly."],["It provides a constructor `ContextPropagationOptions(bool propagateDeadline = true, bool propagateCancellation = true)` to create new options, specifying whether to propagate deadline and cancellation to child calls."],["The class includes `Default` field, a set of context propagation options that are used by default, and it has properties to check if `IsPropagateDeadline` or `IsPropagateCancellation` is enabled."],["There are multiple versions available, with 2.66.0 being the latest, 2.63.0, and 2.48.0."]]],[]]