我想对Silverlight中的webclient发送的请求头进行修改,但是不知道方法,求教好心人的指点。
<code>
WebClient client = new WebClient();
//client.Headers.add("Content-Type ", "application/x-www-form-urlencoded ");
//ps:在SilverLight环境下的system.net没有上面add()方法
</code>
请教修改方法