httpwebrequest

Can I detect image request by HTTP headers?

Well, I would like to know by HTTP headers if request is triggered by <img tag or by something else. I assume that when request is called from <img tag, I'll not have */* variable in HTTP_ACCEPT or I'm missing something. Regards EDIT: I've tried with few browser but i can't conclude nothing by HTTP_ACCEPT... ...