C# Class DroidExplorer.Core.Net.ProxyInfo

Mostrar archivo Open project: camalot/droidexplorer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateProxy ( ) : WebProxy

Creates the WebProxy.

ProxyInfo ( ) : System

Initializes a new instance of the ProxyInfo class.

Method Details

CreateProxy() public method

Creates the WebProxy.
public CreateProxy ( ) : WebProxy
return System.Net.WebProxy

ProxyInfo() public method

Initializes a new instance of the ProxyInfo class.
public ProxyInfo ( ) : System
return System