public void WebClientWithTimeoutConstructorTest()
 {
     WebClientWithTimeout target = new WebClientWithTimeout();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public MeTLWebClient(ICredentials credentials) {
     this.client = new WebClientWithTimeout();
     this.client.Credentials = credentials;
 }