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\u003eThe \u003ccode\u003eStreamInterceptor\u003c/code\u003e delegate is used to monitor stream data without altering it.\u003c/p\u003e\n"],["\u003cp\u003eThis delegate does not need to validate parameters as they are validated beforehand.\u003c/p\u003e\n"],["\u003cp\u003eThe delegate's parameters include a \u003ccode\u003ebuffer\u003c/code\u003e (byte array), an \u003ccode\u003eoffset\u003c/code\u003e (integer), and a \u003ccode\u003ecount\u003c/code\u003e (integer).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eStreamInterceptor\u003c/code\u003e is \u003ccode\u003e1.69.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe version of the documentation presented is \u003ccode\u003e1.60.0\u003c/code\u003e, showing versions back to \u003ccode\u003e1.50.0\u003c/code\u003e being covered.\u003c/p\u003e\n"]]],[],null,[]]