コード例 #1
0
        public override int Read(byte[] buffer, int offset, int count)
        {
            speedLimit.WaitFor();

            return(proxy.Read(buffer, offset, count));
        }