[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 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."]]],[]]