C# Class IInteractive.WebConsole.Browser

Exibir arquivo Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Browser ( ) : System
Browser ( BrowserConfigElement BrowserConfig ) : System
Browser ( BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig ) : System
Get ( Uri url ) : HttpRequestResult

Method Details

Browser() public method

public Browser ( ) : System
return System

Browser() public method

public Browser ( BrowserConfigElement BrowserConfig ) : System
BrowserConfig BrowserConfigElement
return System

Browser() public method

public Browser ( BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig ) : System
BrowserConfig BrowserConfigElement
CredentialsConfig NetworkCredentialsElement
return System

Get() public method

public Get ( Uri url ) : HttpRequestResult
url System.Uri
return HttpRequestResult