How to set client name and referrer in th开发者_如何学编程e Post WebRequest in C#?
I'm not too sure about Client Name, but for Referer, you can use the Headers property to add these info.
See the WebHeaderCollection Class for more information and example of header types.
You can consider using HttpWebRequest with the Referer Property and others as well.
精彩评论