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."],[[["This webpage provides documentation for the `StreamInterceptor` delegate within the `Google.Apis.Http` namespace, specifically focusing on version 1.50.0 of the Google.Apis library."],["The `StreamInterceptor` delegate is designed to intercept stream data without altering it, taking a byte array, an offset, and a count as parameters."],["The parameters `buffer`, `offset`, and `count` represent the data buffer, the buffer offset, and the number of bytes being processed, respectively, and they are pre-validated."],["The Assembly in which this Delegate resides is the Google.Apis.Core.dll."],["The documentation covers different versions of the Google.Apis library, from 1.50.0 to the latest version, 1.69.0."]]],[]]