コード例 #1
0
 public PortlessWebClient(WebHost host, BrowserVersion browserVersion)
     : base(browserVersion)
 {
     WebConnection = new PortlessWebConnection(host);
 }
コード例 #2
0
 public PortlessWebClient(WebHost host, HtmlWebClient webClient)
     : base(webClient)
 {
     WebConnection = new PortlessWebConnection(host);
 }
コード例 #3
0
 public PortlessWebClient(WebHost host)
 {
     WebConnection = new PortlessWebConnection(host);
 }