C# Class IInteractive.WebConsole.BrowserConfigElement

Inheritance: System.Configuration.ConfigurationElement
Afficher le fichier Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BrowserConfigElement ( ) : System
BrowserConfigElement ( String Name ) : System
BrowserConfigElement ( String Name, Int16 MaximumAutomaticRedirections, System.Boolean AllowAutoRedirect, String UserAgent, String Accept, String AcceptCharset, String AcceptLanguage ) : System

Method Details

BrowserConfigElement() public méthode

public BrowserConfigElement ( ) : System
Résultat System

BrowserConfigElement() public méthode

public BrowserConfigElement ( String Name ) : System
Name String
Résultat System

BrowserConfigElement() public méthode

public BrowserConfigElement ( String Name, Int16 MaximumAutomaticRedirections, System.Boolean AllowAutoRedirect, String UserAgent, String Accept, String AcceptCharset, String AcceptLanguage ) : System
Name String
MaximumAutomaticRedirections System.Int16
AllowAutoRedirect System.Boolean
UserAgent String
Accept String
AcceptCharset String
AcceptLanguage String
Résultat System