开发者

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

开发者 https://www.devze.com 2022-12-15 13:32 出处:网络
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.

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

精彩评论

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