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."],[[["\u003cp\u003eThis page details the \u003ccode\u003eStreamInterceptor\u003c/code\u003e delegate, which is used to intercept stream data without altering it.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamInterceptor\u003c/code\u003e delegate is found within the \u003ccode\u003eGoogle.Apis.Http\u003c/code\u003e namespace, specifically in the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe delegate takes three parameters: a byte array (\u003ccode\u003ebuffer\u003c/code\u003e), an integer \u003ccode\u003eoffset\u003c/code\u003e, and an integer \u003ccode\u003ecount\u003c/code\u003e, all of which are pre-validated.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this package is 1.69.0.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions of the \u003ccode\u003eStreamInterceptor\u003c/code\u003e delegate available such as 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0.\u003c/p\u003e\n"]]],[],null,[]]