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 page details the `StreamInterceptor` delegate, used for intercepting stream data without altering it, and it is found within the `Google.Apis.Http` namespace."],["The latest version of this resource is 1.69.0, with version 1.68.0 being the current focus, alongside older versions 1.60.0, 1.59.0, 1.55.0, and 1.50.0 also being available."],["The `StreamInterceptor` delegate takes three parameters: `buffer` (a byte array), `offset` (an integer), and `count` (an integer), which are validated before being passed to the delegate."],["The relevant assembly for this is `Google.Apis.Core.dll`."],["An extension method, `Utilities.ThrowIfNull\u003cT\u003e(T, string)`, is also documented alongside the `StreamInterceptor`."]]],[]]