C# Class IInteractive.WebConsole.Browser

Afficher le fichier Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Browser ( ) : System
Browser ( BrowserConfigElement BrowserConfig ) : System
Browser ( BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig ) : System
Get ( Uri url ) : HttpRequestResult

Method Details

Browser() public méthode

public Browser ( ) : System
Résultat System

Browser() public méthode

public Browser ( BrowserConfigElement BrowserConfig ) : System
BrowserConfig BrowserConfigElement
Résultat System

Browser() public méthode

public Browser ( BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig ) : System
BrowserConfig BrowserConfigElement
CredentialsConfig NetworkCredentialsElement
Résultat System

Get() public méthode

public Get ( Uri url ) : HttpRequestResult
url System.Uri
Résultat HttpRequestResult