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"]],[["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-03-21 UTC."],[[["This page details the `StreamInterceptor` delegate, which is used to intercept stream data without altering it."],["The `StreamInterceptor` delegate is found within the `Google.Apis.Http` namespace, specifically in the `Google.Apis.Core.dll` assembly."],["The delegate takes three parameters: a byte array (`buffer`), an integer `offset`, and an integer `count`, all of which are pre-validated."],["The latest version of this package is 1.69.0."],["There are several versions of the `StreamInterceptor` delegate available such as 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0."]]],[]]