关于myHttpWebRequest.ContentType,该怎么解决

关于myHttpWebRequest.ContentType在查阅msdn中myHttpWebRequest.ContentType application/x-www-form-

关于myHttpWebRequest.ContentType
在查阅msdn中
myHttpWebRequest.ContentType = "application/x-www-form-urlencoded";
想问这个属性依照什么取?

[解决办法]
Method为post的时候用的,用以模仿表单提交
ContentType 是国际标准规定的
[解决办法]
工具:HTTPAnalyzer