public delegate void StreamInterceptor(byte[] buffer, int offset, int count)
A delegate used to intercept stream data without modifying it.
The parameters should always be validated before the delegate is called,
so the delegate itself does not need to validate them again.
[[["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."],[[["The `StreamInterceptor` delegate is used to monitor stream data without altering it."],["This delegate does not need to validate parameters as they are validated beforehand."],["The delegate's parameters include a `buffer` (byte array), an `offset` (integer), and a `count` (integer)."],["The latest version of `StreamInterceptor` is `1.69.0`."],["The version of the documentation presented is `1.60.0`, showing versions back to `1.50.0` being covered."]]],[]]