C# プロジェクトで Htmlunit を使用していますが、Java のこのコードを C# に変換できません。
webClient.setWebConnection(new HttpWebConnection(webClient) {
public WebResponse getResponse(WebRequestSettings settings) throws IOException {
System.out.println(settings.getUrl());
return super.getResponse(settings);
}
});
誰でも親切にC#に変換できますか? 少し早いですがお礼を