C# Class Bloom.Api.WebClientWithTimeout

the base class waits for 30 seconds, which is too long for local thing like we are doing
Inheritance: System.Net.WebClient
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
WebClientWithTimeout ( ) : System
WebClientWithTimeout ( int timeout ) : System

Protected Methods

Method Description
GetWebRequest ( Uri address ) : WebRequest

Method Details

GetWebRequest() protected method

protected GetWebRequest ( Uri address ) : WebRequest
address System.Uri
return System.Net.WebRequest

WebClientWithTimeout() public method

public WebClientWithTimeout ( ) : System
return System

WebClientWithTimeout() public method

public WebClientWithTimeout ( int timeout ) : System
timeout int
return System