C# Class IInteractive.WebConsole.BrowserConfigElement

Inheritance: System.Configuration.ConfigurationElement
Exibir arquivo Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public BrowserConfigElement ( ) : System
return System

BrowserConfigElement() public method

public BrowserConfigElement ( String Name ) : System
Name String
return System

BrowserConfigElement() public method

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
return System