次の呼び出しは、WinXP では結果を返しますが、Win7 では返しません。
using (WebClient client = new WebClient())
{
var result = client.DownloadString("https://secure.plimus.com/jsp/validateKey.jsp");
}
「System.Net.WebException: 操作がタイムアウトしました」という例外が発生する
私が間違っているのは何ですか?