开发者

How to set client name and referrer in the Post WebRequest in C#?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜