C# Class Bloom.WebLibraryIntegration.ProxyManager

Helper class that reads the proxy settings from environment variable http_proxy or HTTP_PROXY and provides the information for the Amazon S3Client.
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
ProxyManager ( ) : System

Protected Methods

Method Description
Parse ( string proxyString ) : void

Method Details

Parse() protected method

protected Parse ( string proxyString ) : void
proxyString string
return void

ProxyManager() public method

public ProxyManager ( ) : System
return System